isConfigurationValidationFailed property
bool
get
isConfigurationValidationFailed
Returns true if configuration validation failed.
This error occurs when the fetched configuration is malformed or doesn't meet the expected format requirements.
Implementation
bool get isConfigurationValidationFailed =>
code == 'CONFIGURATION_VALIDATION_FAILED';