DaffRegistrationFailedError
An error thrown when registration failed.
import { DaffRegistrationFailedError } from '@daffodil/auth/driver'
class DaffRegistrationFailedError extends DaffInheritableError implements DaffError {
readonly code: string
message: string
}
Properties
Name | Type | Description |
---|---|---|
code | string | |
message | string |