public class ServiceError
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static interface |
ServiceError.Level
error severity level.
|
Constructor and Description |
---|
ServiceError() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getArtifact()
Gets the artifact.
|
java.lang.Long |
getCode()
Gets the code.
|
java.lang.String |
getCorrelationId()
Gets the correlationId.
|
java.lang.String |
getDescription()
Gets the description.
|
java.lang.String |
getHref()
Gets the href.
|
java.lang.String |
getLevel()
Gets the level.
|
java.lang.String |
getMessage()
Gets the message.
|
java.lang.String |
getMoreInfo()
Gets the moreInfo.
|
public java.lang.Long getCode()
public java.lang.String getMessage()
public java.lang.String getLevel()
public java.lang.String getDescription()
public java.lang.String getMoreInfo()
public java.lang.String getCorrelationId()
public java.lang.String getArtifact()
public java.lang.String getHref()
Copyright © 2022 IBM Cloud. All rights reserved.