@cfxlabsinc/b2b-services
    Preparing search index...

    Type Alias SwiftWirePaymentInstrumentResolveError

    SwiftWirePaymentInstrumentResolveError: ServiceError<
        | "IBAN_ACCOUNT_NUMBER_ROUTING_NUMBER_MISSING"
        | "LOCAL_BANK_CODE_MISSING"
        | "PROHIBITED_BENEFICIARY_COUNTRY"
        | "PROHIBITED_BANK_COUNTRY"
        | "PROHIBITED_INTERMEDIARY_BANK_COUNTRY"
        | "INVALID_IBAN"
        | "INVALID_BIC"
        | "INVALID_IBAN_ROUTING_NUMBER"
        | "INVALID_BSB_CODE"
        | "INVALID_IFSC_CODE"
        | "INVALID_INSTITUTION_TRANSIT_CODE"
        | "INVALID_INTERMEDIARY_ROUTING_NUMBER",
    >

    Errors returned by the private SwiftWirePaymentInstrumentService.resolve, and re-surfaced by create and update.

    Named and exported rather than derived via ErrorReturnedBy<typeof this.…>: private members are emitted without their types, so that form degrades to unknown in the .d.ts and — with skipLibCheck masking it at the producer — surfaces only as result.error is of type unknown in consumers.