Class ErrorResponse
java.lang.Object
org.tailormap.api.viewer.model.ErrorResponse
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
comments="Generator version: 7.20.0")
public class ErrorResponse
extends Object
implements Serializable
General server error response. Can be returned when something goes terribly wrong in the backend. **Note** that the diagnostic message may be of a general character to prevent disclosure of information about the backend. Error codes are defined in the [HTTP status code](https://en.wikipedia.org/wiki/List_of_HTTP_status_codes) standard, and can range from 400 to 599.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetCode()Get codediagnostic messageinthashCode()voidvoidsetMessage(String message) toString()
-
Constructor Details
-
ErrorResponse
public ErrorResponse()
-
-
Method Details
-
code
-
getCode
-
setCode
-
message
-
getMessage
-
setMessage
-
equals
-
hashCode
-
toString
-