GitHub

DaffCustomerPaymentNotFoundError

import { DaffCustomerPaymentNotFoundError } from '@daffodil/customer-payment/driver'

An error indicating that the requested payment cannot be found.

class DaffCustomerPaymentNotFoundError extends DaffInheritableError implements DaffError {
  readonly code: string = DAFF_CUSTOMER_PAYMENT_NOT_FOUND_ERROR_CODE
  message: string
}