Interface ErrorInformation.Builder

  • Method Details

    • code

      The error code. Valid values include CLIENT_ERROR, INTERNAL_ERROR, and STOPPED_BY_USER.

      Parameters:
      code - The error code. Valid values include CLIENT_ERROR, INTERNAL_ERROR, and STOPPED_BY_USER.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • code

      The error code. Valid values include CLIENT_ERROR, INTERNAL_ERROR, and STOPPED_BY_USER.

      Parameters:
      code - The error code. Valid values include CLIENT_ERROR, INTERNAL_ERROR, and STOPPED_BY_USER.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • message

      ErrorInformation.Builder message(String message)

      A message describing the error.

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