public class MetadataError extends SerializableObject
| Modifier and Type | Class and Description |
|---|---|
static class |
MetadataError.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
code
A Box-specific error code.
|
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.
|
explicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
|
MetadataError() |
protected |
MetadataError(MetadataError.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getCode() |
String |
getMessage() |
String |
getRequestId() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetpublic MetadataError()
protected MetadataError(MetadataError.Builder builder)
public String getMessage()
public String getRequestId()