public final class ErrorResponse extends Object
Constructor and Description |
---|
ErrorResponse(int status,
String code,
String message) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getCode()
Code of error response, includes short message of what event triggered error response.
|
String |
getMessage()
Message explaining what went wrong and cause of the error.
|
int |
getStatus()
HTTP status of error response.
|
int |
hashCode() |
String |
toString() |
public int getStatus()
public String getCode()
public String getMessage()
Copyright © 2025 Cense Data Inc.. All rights reserved.