Typescript SDK Type Docs
    Preparing search index...

    Interface ConnectorFailedError

    Returned when the payment Connector cannot be reached.

    interface ConnectorFailedError {
        code: "ConnectorFailed";
        message: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    code: "ConnectorFailed"

    Error identifier.

    message: string

    "The connector could not be reached."