DaffAuthDriverErrorMap
A mapping from error codes to error class constructors.
import { DaffAuthDriverErrorMap } from '@daffodil/auth/driver'
const DaffAuthDriverErrorMap: { DAFF_AUTH_AUTHENTICATION_FAILED: typeof DaffAuthenticationFailedError; DAFF_AUTH_INVALID_API_RESPONSE: typeof DaffAuthInvalidAPIResponseError; DAFF_AUTH_REGISTRATION_FAILED: typeof DaffRegistrationFailedError; DAFF_AUTH_UNAUTHORIZED: typeof DaffUnauthorizedError; }