GitHub

DaffContentNotFoundError

import { DaffContentNotFoundError } from '@daffodil/content/driver'
class DaffContentNotFoundError extends DaffInheritableError implements DaffError {
  readonly code: string
  message: string
}

Properties

Name Type Description
code string
message string