Class RequestError

java.lang.Object
oracle.iam.request.vo.RequestError
All Implemented Interfaces:
Serializable

public class RequestError extends Object implements Serializable
This objects has the details on the error occurred during request life cycle. RequestService.getRequestError(String requestID) returns this object.
See Also:
  • Constructor Details

    • RequestError

      public RequestError()
  • Method Details

    • getErrorMessage

      @Deprecated public String getErrorMessage()
      Deprecated.
      replaced with getErrorMessages()
      Gets the first error message found for the failed request
      Returns:
    • getSoftErrorMessages

      public List<String> getSoftErrorMessages()
      Gets the soft error messages of the failed request.
      Returns:
    • getErrorMessages

      public List<String> getErrorMessages()
      Gets all the error messages of the failed request
      Returns: