GitHub

DaffCustomerPaymentNotFoundError

An error indicating that the requested payment cannot be found.

import { DaffCustomerPaymentNotFoundError } from '@daffodil/customer-payment/driver'
class DaffCustomerPaymentNotFoundError extends DaffInheritableError implements DaffError {
  readonly code: string
  message: string
}

Properties

Name Type Description
code string
message string