Troubleshooting
Schema-shape errors
Invalid literal value, expected "and" (or "or", "not")
Invalid literal value, expected "and" (or "or", "not")Invalid literal value, expected "compound" (or any other conditionType)
Invalid literal value, expected "compound" (or any other conditionType)Required on a field you thought was optional
Required on a field you thought was optionalArray must contain at least 2 element(s) on a SequentialCondition
Array must contain at least 2 element(s) on a SequentialConditionArray must contain at most 5 element(s) on a CompoundCondition
Array must contain at most 5 element(s) on a CompoundConditionMultiCondition nesting depth exceeded
MultiCondition nesting depth exceededString must match pattern /^:[a-zA-Z_][a-zA-Z0-9_]*$/
String must match pattern /^:[a-zA-Z_][a-zA-Z0-9_]*$/Invalid url on JsonApiCondition.endpoint
Invalid url on JsonApiCondition.endpointInvalid hex string on verifyingKey, contractAddress, etc.
Invalid hex string on verifyingKey, contractAddress, etc.Logical errors that pass validation but fail at runtime
"Decryption denied" but the condition looks right
"Cannot decode result" from a ContractCondition
ContractConditionJsonCondition test always fails
JsonCondition test always failsSigningObjectAbiAttributeCondition rejects valid calldata
SigningObjectAbiAttributeCondition rejects valid calldataSequentialCondition variable not found
SequentialCondition variable not foundWhen all else fails
Last updated