error property
Optionally holds an implementation defined string value that describes the error. The string should be in the English language.
Implementation
@JsonKey(name: 'Error', fromJson: OnvifUtil.nullableStringMappedFromXml)
final String? error;