public class ErrorException extends ApiException
| Constructor and Description |
|---|
ErrorException(String reason,
io.apimatic.coreinterfaces.http.Context context)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDebugId()
Getter for DebugId.
|
List<ErrorDetails> |
getDetails()
Getter for Details.
|
List<LinkDescription> |
getLinks()
Getter for Links.
|
String |
getMessageField()
Getter for Message.
|
String |
getName()
Getter for Name.
|
String |
toString()
Converts this ErrorException into string format.
|
getHttpContext, getResponseCodeaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic ErrorException(String reason, io.apimatic.coreinterfaces.http.Context context)
reason - The reason for throwing exceptioncontext - The context of the API exceptionpublic String getName()
public String getMessageField()
public String getDebugId()
public List<ErrorDetails> getDetails()
public List<LinkDescription> getLinks()
public String toString()
toString in class ApiExceptionCopyright © 2025. All rights reserved.