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