GitHub

DaffAuthenticationFailedError

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

class DaffAuthenticationFailedError extends DaffInheritableError implements DaffError {
  readonly code: string = DaffAuthDriverErrorCodes.AUTHENTICATION_FAILED
  message: string
}