Skip to content

ConfigDiscoveryDetails

Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/dist/config/configDiscovery.d.ts:34

What a config load knows about the configuration it could not use.

optional identityProfile?: string

Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/dist/config/configDiscovery.d.ts:39

The explicitly-requested identity profile that did not resolve, when that is the failure. Undefined for a malformed-config failure, which is about a file rather than a profile name.


optional sourceLabel?: string

Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/dist/config/configDiscovery.d.ts:44

Human-readable source of the offending config layer (e.g. .gsloth.config.json, .gsloth.config.json (global), <name> (extends base)), when a layer was read and rejected.