primaryErrorCode property

  1. @TagNumber.new(4)
int get primaryErrorCode

Why the router fell back to the secondary. Zero (RAC_SUCCESS) when the primary served the request or no fallback occurred.

Implementation

@$pb.TagNumber(4)
$core.int get primaryErrorCode => $_getIZ(3);
  1. @TagNumber.new(4)
set primaryErrorCode (int value)

Implementation

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