Interface IntegrationError.Builder

    • Method Detail

      • errorCode

        IntegrationError.Builder errorCode​(String errorCode)

        The error code associated with the integration.

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

        IntegrationError.Builder errorMessage​(String errorMessage)

        A message explaining the error.

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