public class ErrorInfo
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Field and Description |
---|---|
protected java.lang.Long |
code |
protected java.lang.String |
description |
protected java.lang.String |
errorId |
Constructor and Description |
---|
ErrorInfo() |
Modifier and Type | Method and Description |
---|---|
java.lang.Long |
getCode()
Gets the code.
|
java.lang.String |
getDescription()
Gets the description.
|
java.lang.String |
getErrorId()
Gets the errorId.
|
protected java.lang.Long code
protected java.lang.String description
@SerializedName(value="error_id") protected java.lang.String errorId
public java.lang.Long getCode()
HTTP status code.
public java.lang.String getDescription()
Human-readable error description. For example, `File size limit exceeded`.
public java.lang.String getErrorId()
Codified error string. For example, `limit_exceeded`.