public class ErrorInfo
extends com.ibm.cloud.sdk.core.service.model.GenericModel
| Constructor and Description | 
|---|
| ErrorInfo() | 
| Modifier and Type | Method and Description | 
|---|---|
| Long | getCode()Gets the code. | 
| String | getDescription()Gets the description. | 
| String | getErrorId()Gets the errorId. | 
public Long getCode()
HTTP status code.
public String getDescription()
Human-readable error description. For example, `File size limit exceeded`.
public String getErrorId()
Codified error string. For example, `limit_exceeded`.
Copyright © 2021 IBM Cloud. All rights reserved.