Typescript SDK Type Docs
    Preparing search index...

    Interface ConnectorError

    Generated when the Connector triggers an error.

    interface ConnectorError {
        code: "connector_error";
        correlationId: string;
        message: string;
        payload: any;
        severity: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    code: "connector_error"

    Message code for the event.

    correlationId: string

    Unique identifier of the event.

    message: string

    Connector error.

    payload: any

    Contains the connector object with the id property and optional error, message, and data properties.

    severity: string

    error