GitHub

DaffAuthErrorMap

A mapping from error codes to error class constructors.

import { DaffAuthErrorMap } from '@daffodil/auth'
const DaffAuthErrorMap: { DAFF_AUTH_MISSING_TOKEN: typeof DaffAuthMissingTokenError; }