Web-based responsive document annotation tool
activeannoservice / common / HttpErrorResponse
data class HttpErrorResponse
Data class to return on an http error, which can have a more detailed errorCode explaining the reason for the status code
Name | Summary |
---|---|
<init> | Data class to return on an http error, which can have a more detailed errorCode explaining the reason for the status codeHttpErrorResponse(message: String , errorCode: ErrorCode ? = null) |
Name | Summary |
---|---|
errorCode | val errorCode: ErrorCode ? |
message | val message: String |