public class Warning
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static interface |
Warning.Code
Identifier of the problem.
|
Constructor and Description |
---|
Warning() |
Modifier and Type | Method and Description |
---|---|
String |
getCode()
Gets the code.
|
String |
getMessage()
Gets the message.
|
String |
getMoreInfo()
Gets the moreInfo.
|
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.
Copyright © 2021 IBM Cloud. All rights reserved.