public class ErrorData
extends java.lang.Object
ErrorResponse.| Constructor and Description |
|---|
ErrorData() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Error> |
getErrors()
This method returns all of the associated errors.
|
java.lang.Boolean |
isAuthorized()
This method returns a flag indicating whether or not the request failed due to invalid.
|
java.lang.Boolean |
isSuccessful()
This method returns a flag indicating whether or not the request completed successfully.
|
java.lang.Boolean |
isValid()
This method returns a flag indicating whether or not the request was invalid.
|
public java.lang.Boolean isAuthorized()
public java.lang.Boolean isValid()
public java.lang.Boolean isSuccessful()
public java.util.List<Error> getErrors()