Interface IntegrationError.Builder

    • Method Detail

      • errorCode

        IntegrationError.Builder errorCode​(String errorCode)

        The error code of an inbound integration error.

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

        IntegrationError.Builder errorMessage​(String errorMessage)

        The error message of an inbound integration error.

        Parameters:
        errorMessage - The error message of an inbound integration error.
        Returns:
        Returns a reference to this object so that method calls can be chained together.