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 bycreateandupdate.Named and exported rather than derived via
ErrorReturnedBy<typeof this.…>: private members are emitted without their types, so that form degrades tounknownin the.d.tsand — withskipLibCheckmasking it at the producer — surfaces only asresult.error is of type unknownin consumers.