@suluk/payments - v0.1.0
    Preparing search index...

    Interface PaymentError

    A structured error the library surfaces (in-band on FAILURE, or on a thrown IntegrationError/ConnectorError). Only primitive fields — never a processor's raw object (which may not be serializable).

    interface PaymentError {
        message?: string;
        code?: string;
        reason?: string;
    }
    Index

    Properties

    message?: string
    code?: string
    reason?: string