Interface ResourceError.Builder

    • Method Detail

      • errorMessage

        ResourceError.Builder errorMessage​(String errorMessage)

        The error message.

        Parameters:
        errorMessage - The error message.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • errorTimestamp

        ResourceError.Builder errorTimestamp​(Instant errorTimestamp)

        The time the error occurred.

        Parameters:
        errorTimestamp - The time the error occurred.
        Returns:
        Returns a reference to this object so that method calls can be chained together.