public class Error
extends com.ibm.cloud.sdk.core.service.model.GenericModel
| Modifier and Type | Class and Description | 
|---|---|
static interface  | 
Error.Code
Identifier of the problem. 
 | 
| Constructor and Description | 
|---|
Error()  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getCode()
Gets the code. 
 | 
String | 
getMessage()
Gets the message. 
 | 
String | 
getMoreInfo()
Gets the moreInfo. 
 | 
ErrorTarget | 
getTarget()
Gets the target. 
 | 
public String getCode()
Identifier of the problem.
public String getMessage()
An explanation of the problem with possible solutions.
public String getMoreInfo()
A URL for more information about the solution.
public ErrorTarget getTarget()
Details about the specific area of the problem.
Copyright © 2021 IBM Cloud. All rights reserved.