ConfigLoadResult

ConfigLoadResult

new ConfigLoadResult(complete_success, warnings)

Holds a serialized configuration state of dynamic encoding.

Parameters:
Name Type Description
complete_success boolean
warnings null | string
Source:

Members

complete_success :boolean

A configuration was fully loaded

Type:
  • boolean
Source:

warnings :null|string

There were some warnings

Type:
  • null | string
Source: