Class Error

    • Method Summary

      Modifier and Type Method Description
      Error.Builder builder()
      Create a builder for building an instance of a model object.
      java.lang.String getMessage()
      Get the error message (description of the cause) of the Error object.
      java.lang.Integer getStatus()
      Get the HTTP status code of the Error object.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getMessage

        public java.lang.String getMessage()
        Get the error message (description of the cause) of the Error object.
        Returns:
        A short description of the cause of the error.
      • builder

        public Error.Builder builder()
        Description copied from interface: IModelObject
        Create a builder for building an instance of a model object.
        The type of the builder and its methods depend on its corresponding implementation.
        Returns:
        A builder object.