error property
- @JsonKey(name: 'Error', fromJson: OnvifUtil.nullableMappedToString)
final
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;