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
__proto__: Error
recoverable: boolean = false
name: string
stack: string
}