public class ErrorResponse extends Object
| Constructor and Description |
|---|
ErrorResponse() |
ErrorResponse(String error,
String errorDescription,
String errorId,
Integer httpStatus,
Integer errorCode,
String message) |
ErrorResponse(String error,
String errorDescription,
String errorId,
Integer httpStatus,
Integer errorCode,
String message,
String title,
Integer status,
String code,
String cause,
String action,
String correlationId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getAction()
The action for this error response.
|
String |
getCause()
The cause for this error response.
|
String |
getCode()
The error code for this error response.
|
String |
getCorrelationId()
The unique request correlation id, useful for support questions,
or tracking purposes.
|
String |
getError()
The error value.
|
Integer |
getErrorCode()
The errorCode.
|
String |
getErrorDescription()
The error_description value.
|
String |
getErrorId()
The errorId.
|
Integer |
getHttpStatus()
The httpStatus.
|
String |
getMessage()
The message.
|
Integer |
getStatus()
The HTTP status code for this error response.
|
String |
getTitle()
The title for this error response.
|
int |
hashCode() |
String |
toString() |
public ErrorResponse()
public ErrorResponse(String error, String errorDescription, String errorId, Integer httpStatus, Integer errorCode, String message)
public String getError()
public String getErrorDescription()
public Integer getHttpStatus()
This property is a HERE extension to RFC6749 providing additional data.
public String getErrorId()
This property is a HERE extension to RFC6749 providing additional data.
public Integer getErrorCode()
This property is a HERE extension to RFC6749 providing additional data.
public String getMessage()
This property is a HERE extension to RFC6749 providing additional data.
public String getTitle()
This property is a HERE extension to RFC6749 providing additional data.
public Integer getStatus()
This property is a HERE extension to RFC6749 providing additional data.
public String getCode()
This property is a HERE extension to RFC6749 providing additional data.
public String getCause()
This property is a HERE extension to RFC6749 providing additional data.
public String getAction()
This property is a HERE extension to RFC6749 providing additional data.
public String getCorrelationId()
This property is a HERE extension to RFC6749 providing additional data.
Copyright © 2023 HERE Europe B.V. All Rights Reserved.