GitHub

DaffInvalidRegionError

import { DaffInvalidRegionError } from '@daffodil/cart/driver'

An error thrown when the specified region is invalid for the specified address or missing where it is required.

class DaffInvalidRegionError extends DaffInheritableError implements DaffError {
  readonly code: string = DaffCartDriverErrorCodes.INVALID_REGION
}