GitHub

DaffServerSideStorageError

Error

import { DaffServerSideStorageError } from '@daffodil/core'

An error thrown when there is an attempt to access storage on the server and none is available.

class DaffServerSideStorageError extends DaffStorageServiceError implements DaffError {
  readonly code: string = DAFF_SERVER_STORAGE_SERVICE_ERROR_CODE
  message: string
  __proto__: Error
  recoverable: boolean = false
  name: string
  stack: string
}