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()
Error
public java.lang.String getCode()
Error
public java.lang.String getMessage()
Error
getMessage
in interface Error
public java.lang.String getId()
Error
public java.util.List<ErrorCause> getCauses()
Error
public java.util.Map<java.lang.String,java.util.List<java.lang.String>> getHeaders()
Error
getHeaders
in interface Error
Copyright © 2017-2022 Okta. All Rights Reserved.