GitHub

DaffCustomerPaymentNotFoundError

Error

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
  __proto__: Error
  recoverable: boolean = false
  name: string
  stack: string
}