-
- All Implemented Interfaces:
@Serializable() public final class ErrorResponse
-
-
Field Summary
Fields Modifier and Type Field Description private final StringerrorMessageprivate final StringerrorTypeprivate final List<String>stackStrace
-
Constructor Summary
Constructors Constructor Description ErrorResponse(String errorMessage, String errorType, List<String> stackStrace)
-
Method Summary
Modifier and Type Method Description final StringgetErrorMessage()final StringgetErrorType()final List<String>getStackStrace()-
-
Method Detail
-
getErrorMessage
final String getErrorMessage()
-
getErrorType
final String getErrorType()
-
getStackStrace
final List<String> getStackStrace()
-
-
-
-