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.nullableMappedToString)
final String? error;
Optionally holds an implementation defined string value that describes the error. The string should be in the English language.
@JsonKey(name: 'Error', fromJson: OnvifUtil.nullableMappedToString)
final String? error;