Interface IntegrationError.Builder

  • Method Details

    • errorCode

      IntegrationError.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

      IntegrationError.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.