Package org.tailormap.api.viewer.model
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.10.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
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getCode()
Get codediagnostic messageint
hashCode()
void
void
setMessage
(String message) toString()
-
Constructor Details
-
ErrorResponse
public ErrorResponse()
-
-
Method Details