Interface ErrorDetail.Builder

    • Method Detail

      • errorCode

        ErrorDetail.Builder errorCode​(String errorCode)

        The code associated with this error.

        Parameters:
        errorCode - The code associated with this error.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • errorMessage

        ErrorDetail.Builder errorMessage​(String errorMessage)

        A message describing the error.

        Parameters:
        errorMessage - A message describing the error.
        Returns:
        Returns a reference to this object so that method calls can be chained together.