GitHub

DaffStorageServiceError

Error

import { DaffStorageServiceError } from '@daffodil/core'

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