public final class Error extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Error.Builder |
Modifier and Type | Method and Description |
---|---|
static Error.Builder |
builder() |
boolean |
equals(Object o) |
ErrorCode |
getCode()
Get code
For this enum type, if a value unknown to the SDK is returned the UNKNOWN_TO_SDK_VERSION
enumeration value will be returned.
|
String |
getCodeAsString()
Get the underlying String value for code.
|
String |
getMessage()
A human readable description of error.
|
int |
hashCode() |
String |
toString() |
public static Error.Builder builder()
public ErrorCode getCode()
public String getCodeAsString()
public String getMessage()
Copyright © 2023. All rights reserved.