description property
Free-form text that provides details on the cause of the error.
Implementation
@$pb.TagNumber(3)
$core.String get description => $_getSZ(2);
Implementation
@$pb.TagNumber(3)
set description($core.String value) => $_setString(2, value);