GitHub

DaffAuthenticationFailedError

Error

import { DaffAuthenticationFailedError } from '@daffodil/auth/driver'

class DaffAuthenticationFailedError extends DaffInheritableError implements DaffError {
  readonly code: string = DaffAuthDriverErrorCodes.AUTHENTICATION_FAILED
  message: string
  __proto__: Error
  recoverable: boolean = false
  name: string
  stack: string
}