cAbiCode property

  1. @TagNumber.new(5)
int get cAbiCode

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);
  1. @TagNumber.new(5)
set cAbiCode (int value)

Implementation

@$pb.TagNumber(5)
set cAbiCode($core.int value) => $_setSignedInt32(4, value);