GitHub

DaffAuthenticationFailedError

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

Properties

Name Type Description
code string
message string