GitHub

DaffDriverMagentoError

Error

import { DaffDriverMagentoError } from '@daffodil/driver/magento'

A very general error thrown when a more specific error type cannot be determined.

class DaffDriverMagentoError extends DaffInheritableError implements DaffError {
  readonly code: string = DAFF_DRIVER_MAGENTO_ERROR_CODE
  __proto__: Error
  recoverable: boolean = false
  name: string
  message: string
  stack: string
}