Hi everyone,
I’m using the Chronicle REST API method ruleExecutionErrors.list
to troubleshoot rule execution issues.
In the API response, I’ve seen error messages like:
"error": { "code": 3, "message": "too many ORs or ANDs" }
I’m trying to understand what other error codes (besides 3
) can be returned by this method, and what each one typically means.
Has anyone come across a list of possible error codes/messages for rule execution errors in Chronicle, or could share examples they’ve encountered?
Thanks in advance!