| Constructor and Description |
|---|
NonJsonError(java.lang.String message) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ErrorCause> |
getCauses()
Returns the list of causes of this error.
|
java.lang.String |
getCode()
Returns the Okta specific error code.
|
java.util.Map<java.lang.String,java.util.List<java.lang.String>> |
getHeaders()
Returns the HTTP headers associated with this error response.
|
java.lang.String |
getId()
Returns the error ID of this error.
|
java.lang.String |
getMessage()
Returns the detail message string of this error.
|
int |
getStatus()
Returns this error's HTTP status code.
|
public int getStatus()
Errorpublic java.lang.String getCode()
Errorpublic java.lang.String getMessage()
ErrorgetMessage in interface Errorpublic java.lang.String getId()
Errorpublic java.util.List<ErrorCause> getCauses()
Errorpublic java.util.Map<java.lang.String,java.util.List<java.lang.String>> getHeaders()
ErrorgetHeaders in interface ErrorCopyright © 2017-2022 Okta. All Rights Reserved.