Package errorhandling
Class ErrorResponse
java.lang.Object
errorhandling.ErrorResponse
-
Constructor Summary
ConstructorsConstructorDescriptionErrorResponse
(String key, String id, String message) ErrorResponse
(String key, String id, ErrorMetadataItem errorMetadataItem) -
Method Summary
Modifier and TypeMethodDescriptiongetId()
getKey()
setCauseStackTrace
(String causeStackTrace) setErrorMetadata
(ErrorMetadata errorMetadata) setLocation
(String location) setMessages
(List<String> messages)
-
Constructor Details
-
ErrorResponse
-
ErrorResponse
-
-
Method Details
-
getKey
-
setKey
-
getMessages
-
setMessages
-
getErrorMetadata
-
setErrorMetadata
-
getId
-
setId
-
setLocation
-
getLocation
-
setCauseStackTrace
-
getCauseStackTrace
-