com.cleverpine.viravaspringhelper.error.ViravaErrorResponse Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cp-virava-spring-helper Show documentation
Show all versions of cp-virava-spring-helper Show documentation
Library for Spring Framework projects using Virava
package com.cleverpine.viravaspringhelper.error;
import java.time.LocalDateTime;
public record ViravaErrorResponse(LocalDateTime timestamp,
Integer status,
String error,
String message,
String path) {
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy