GitHub

DaffRegistrationFailedError

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

An error thrown when registration failed.

class DaffRegistrationFailedError extends DaffInheritableError implements DaffError {
  readonly code: string = DaffAuthDriverErrorCodes.REGISTRATION_FAILED
  message: string
}