public class ClientErrorV2025R0 extends SerializableObject
| Modifier and Type | Class and Description |
|---|---|
static class |
ClientErrorV2025R0.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected EnumWrapper<ClientErrorV2025R0CodeField> |
code
A Box-specific error code.
|
protected Map<String,Object> |
contextInfo
A free-form object that contains additional context about the error.
|
protected String |
helpUrl
A URL that links to more information about why this error occurred.
|
protected String |
message
A short message describing the error.
|
protected String |
requestId
A unique identifier for this response, which can be used when contacting Box support.
|
protected Integer |
status
The HTTP status of the response.
|
protected EnumWrapper<ClientErrorV2025R0TypeField> |
type
The value will always be `error`.
|
explicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
|
ClientErrorV2025R0() |
protected |
ClientErrorV2025R0(ClientErrorV2025R0.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
EnumWrapper<ClientErrorV2025R0CodeField> |
getCode() |
Map<String,Object> |
getContextInfo() |
String |
getHelpUrl() |
String |
getMessage() |
String |
getRequestId() |
Integer |
getStatus() |
EnumWrapper<ClientErrorV2025R0TypeField> |
getType() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected EnumWrapper<ClientErrorV2025R0TypeField> type
protected EnumWrapper<ClientErrorV2025R0CodeField> code
protected Map<String,Object> contextInfo
protected String helpUrl
public ClientErrorV2025R0()
protected ClientErrorV2025R0(ClientErrorV2025R0.Builder builder)
public EnumWrapper<ClientErrorV2025R0TypeField> getType()
public EnumWrapper<ClientErrorV2025R0CodeField> getCode()
public String getMessage()
public Map<String,Object> getContextInfo()
public String getHelpUrl()
public String getRequestId()