cAbiCode property
Signed rac_result_t. Equals -code for codes <= 899. Unset for the Web-only WASM codes (>= 900), which have no C ABI counterpart, and for failures originating outside the C ABI.
Implementation
@$pb.TagNumber(4)
$core.int get cAbiCode => $_getIZ(3);
Implementation
@$pb.TagNumber(4)
set cAbiCode($core.int value) => $_setSignedInt32(3, value);