Error class representing a configuration error. Extends the SdkError class.

Hierarchy (View Summary)

Constructors

Properties

Constructors

  • Constructs a new ConfigurationError instance.

    Parameters

    • code: string

      The error code.

    • missingOptions: string[] = []

      Array of missing configuration option names.

    • envVarMapping: Record<string, string> = {}

      Optional mapping of option names to their environment variable names.

    Returns ConfigurationError

Properties

code: string

The error code associated with the configuration error.

missingOptions?: string[]