Developer Preview — This project is in active development. APIs may change. Provide feedback
Skip to content

@salesforce/b2c-tooling-sdk / config / ConfigWarning

Interface: ConfigWarning

Defined in: packages/b2c-tooling-sdk/src/config/types.ts:79

A warning generated during configuration resolution.

Properties

code

code: ConfigWarningCode

Defined in: packages/b2c-tooling-sdk/src/config/types.ts:81

Warning code for programmatic handling


details?

optional details: Record<string, unknown>

Defined in: packages/b2c-tooling-sdk/src/config/types.ts:85

Additional details about the warning


message

message: string

Defined in: packages/b2c-tooling-sdk/src/config/types.ts:83

Human-readable warning message

All rights reserved.