Package oracle.iam.request.vo
Class RequestError
java.lang.Object
oracle.iam.request.vo.RequestError
- All Implemented Interfaces:
Serializable
This objects has the details on the error occurred during request life cycle.
RequestService.getRequestError(String requestID)
returns this object.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Gets all the error messages of the failed requestGets the soft error messages of the failed request.
-
Constructor Details
-
RequestError
public RequestError()
-
-
Method Details
-
getErrorMessage
Deprecated.replaced withgetErrorMessages()
Gets the first error message found for the failed request- Returns:
-
getSoftErrorMessages
Gets the soft error messages of the failed request.- Returns:
-
getErrorMessages
Gets all the error messages of the failed request- Returns:
-
getErrorMessages()