Appearance
Express Docs / ConfigErrorCode
Type Alias: ConfigErrorCode
ConfigErrorCode =
"MISSING_PROVIDERS"|"INVALID_PROVIDER_CONFIG"|"UNKNOWN_PROVIDER"|"MISSING_REQUIRED_OPTION"|"CONFLICTING_OPTIONS"|"MISSING_REQUIRED_CALLBACK"
Defined in: src/core/errors.ts:8
Error codes for configuration validation failures.
These are thrown synchronously by ExpressButtons before any rendering takes place, so integrators can catch them in a try/catch and react programmatically.
