primaryErrorCode property
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);
Implementation
@$pb.TagNumber(4)
set primaryErrorCode($core.int value) => $_setSignedInt32(3, value);