GitHub

DaffServerSideStorageError

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
  message: string
}

Properties

Name Type Description
code string
message string