public interface ErrorInfo
| Modifier and Type | Method and Description |
|---|---|
Throwable |
getErrorCause()
Retrieves the
Throwable that caused the error. |
LocalizedMessage |
getErrorMessage()
Retrieves the primary error message to be presented to the end-user in the body of the response, which may be
localized for the current locale.
|
HttpStatus |
getErrorStatus()
Retrieves the response status, which encapsulates both the status code (e.g.
|
HttpStatus getErrorStatus()
LocalizedMessage getErrorMessage()
Copyright 2023 Ping Identity Corp. All rights reserved.