Serialized Form
-
Package pro.mypvit.exceptions
-
Exception Class pro.mypvit.exceptions.MyPVitException
class MyPVitException extends RuntimeException implements Serializable-
Serialized Fields
-
date
String date
The timestamp when the error occurred. -
error
String error
The type or category of the error. -
errors
Map<String,
String> errors A map of specific field errors, with field names as keys and error messages as values. -
messages
Set<String> messages
A set of constraint violation messages, often used for validation errors. -
path
String path
The API path where the error occurred. -
statusCode
String statusCode
The HTTP status code associated with the error.
-
-
-