DaffCartServerSideResolutionError
An error thrown when the cart fails to resolve. This happens when the app is running in a server environment. This is normal and expected in SSR.
import { DaffCartServerSideResolutionError } from '@daffodil/cart'
class DaffCartServerSideResolutionError extends DaffInheritableError implements DaffError {
readonly code: string
}
Properties
Name | Type | Description |
---|---|---|
code | string | A string that uniquely identifies the error. |