Class ErrorResponse


  • public final class ErrorResponse
    extends Object
    Describes the format of Error response.
    • Constructor Detail

      • ErrorResponse

        public ErrorResponse()
    • Method Detail

      • code

        public String code()
        Get the code property: Error code.
        Returns:
        the code value.
      • withCode

        public ErrorResponse withCode​(String code)
        Set the code property: Error code.
        Parameters:
        code - the code value to set.
        Returns:
        the ErrorResponse object itself.
      • message

        public String message()
        Get the message property: Error message indicating why the operation failed.
        Returns:
        the message value.
      • withMessage

        public ErrorResponse withMessage​(String message)
        Set the message property: Error message indicating why the operation failed.
        Parameters:
        message - the message value to set.
        Returns:
        the ErrorResponse object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.