error property

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