Class LocalizedException

    • Method Detail

      • getErrorCode

        public final Integer getErrorCode()
        Returns the functional error code provided by the REST service.

        It may be null.

      • getStatus

        public final int getStatus()
        Returns the HTTP status code associated with the response.
      • getUserMessage

        public final UserMessage getUserMessage()
        Returns the user message that may be displayed to the end user as an error message.

        It may be null.