cAbiCode property
Negative rac_result_t value from the C ABI. May be negative; preserved via int32 (proto3 int32 is signed). Unset when the failure originated outside the C ABI (e.g. a pure-Web WASM failure).
Implementation
@$pb.TagNumber(5)
$core.int get cAbiCode => $_getIZ(4);
Implementation
@$pb.TagNumber(5)
set cAbiCode($core.int value) => $_setSignedInt32(4, value);