IntegrationErrorEvent constructor

IntegrationErrorEvent(
  1. String integrationName,
  2. String reason
)

Implementation

IntegrationErrorEvent(this.integrationName, this.reason);