Class ErrorDetails
java.lang.Object
es.kukenan.smartfi.microservice.clients.exception.ErrorDetails
Custom message for error details.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionErrorDetails(org.springframework.http.HttpStatus httpStatus, String code, HashMap<String, Object> additionalInfo) Constructor for custom error message. -
Method Summary
-
Field Details
-
status
private int statusBody of error message. -
errorCode
Body of error message. -
additionalInfo
Extra informaion for error message.
-
-
Constructor Details