public final class FailureResponse extends BaseResponse
| Modifier and Type | Class and Description |
|---|---|
static class |
FailureResponse.Builder |
originalRequestId, type, version| Modifier and Type | Method and Description |
|---|---|
static FailureResponse.Builder |
builder() |
boolean |
equals(Object o) |
String |
getErrorCode()
The error code for the failure.
|
String |
getErrorMessage()
Description of the failure.
|
int |
hashCode() |
String |
toString() |
getOriginalRequestId, getType, getVersionpublic static FailureResponse.Builder builder()
public String getErrorCode()
public String getErrorMessage()
public boolean equals(Object o)
equals in class BaseResponsepublic int hashCode()
hashCode in class BaseResponsepublic String toString()
toString in class BaseResponseCopyright © 2023. All rights reserved.