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

    Type Alias UsWirePaymentInstrumentValidateError

    UsWirePaymentInstrumentValidateError: ServiceError<
        | "INVALID_ENTITY"
        | "INVALID_PHONE"
        | "INVALID_EMAIL"
        | "INVALID_ADDRESS_COUNTRY"
        | "INVALID_ADDRESS_REGION"
        | "INVALID_ADDRESS_ZIP_CODE",
    >

    Errors returned by the private UsWirePaymentInstrumentService.validate, 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.