DaffStorageServiceError
import { DaffStorageServiceError } from '@daffodil/core'
class DaffStorageServiceError extends DaffInheritableError implements DaffError {
readonly code: string
message: string
}
Properties
Name | Type | Description |
---|---|---|
code | string | |
message | string |