PayFanout API reference
    Preparing search index...

    Interface PayFanoutErrorInit

    interface PayFanoutErrorInit {
        code: UnifiedErrorCode;
        message: string;
        pspName?: string;
        raw?: unknown;
        retryable?: boolean;
    }
    Index
    message: string
    pspName?: string

    Which adapter produced the error, when known.

    raw?: unknown
    retryable?: boolean