errorMessage property
Backend error text for result-producing APIs that return a terminal result envelope instead of throwing through the host language.
Implementation
@$pb.TagNumber(18)
$core.String get errorMessage => $_getSZ(17);
Implementation
@$pb.TagNumber(18)
set errorMessage($core.String value) => $_setString(17, value);