Gate Values Result Details

Understand per-gate resolution details, including the computed gate value and gate-specific error metadata.
JSON example
1{
2  "errorCode": null,
3  "errorMessage": null,
4  "value": true
5}
Properties
Property Name Type Description Required or Optional Available Version
errorCode String Error code returned for a gate when the gate value cannot be resolved successfully. Optional 67.0
errorMessage String Error message that explains the per-gate failure reason when evaluation fails. Optional 67.0
value Boolean Resolved gate value. If evaluation fails, this field can return the fallback default gate value. Optional 67.0