fieldPath property

String? fieldPath
final

Dot-separated path to the field that triggered a validation failure (e.g. "STTOptions.sampleRate"), when this exception was built by validationFailed. SDKError.context (the former wire carrier) was deleted outright (idl/errors.proto), so this is Dart-local only — callers on other SDKs read the equivalent info out of the message text.

Implementation

final String? fieldPath;