ActiveAnno

Web-based responsive document annotation tool

View the Project on GitHub MaxMello/ActiveAnno

activeannoservice / common / HttpErrorResponse

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

Constructors

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)

Properties

Name Summary
errorCode val errorCode: ErrorCode?
message val message: String