ConfigValidationError class

A configuration validation error.

Constructors

ConfigValidationError({required String field, required String message, String? suggestion, String? example})
const

Properties

example String?
Example of valid configuration.
final
field String
The configuration field that is invalid.
final
hashCode int
The hash code for this object.
no setterinherited
message String
Human-readable error message.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
suggestion String?
Suggestion on how to fix the error.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited