{
  "topic": "errors.INVALID_CONDITION",
  "path": [
    "errors",
    "INVALID_CONDITION"
  ],
  "title": "INVALID_CONDITION — request condition could not be parsed",
  "synopsis": "Endpoints that accept a search-style condition in the request body — grouped statistics and the conditional form of delete-by-model — reject a body whose condition cannot be parsed. The condition type is unrecognised, a nested clause is malformed, or the JSON does not match the expected condition envelope.",
  "body": "# errors.INVALID_CONDITION\n\n## NAME\n\nINVALID_CONDITION — a request body condition (AbstractConditionDto) was malformed and could not be parsed.\n\n## SYNOPSIS\n\nHTTP: `400` `Bad Request`. Retryable: `no`.\n\n## DESCRIPTION\n\nEndpoints that accept a search-style condition in the request body — grouped statistics and the conditional form of delete-by-model — reject a body whose condition cannot be parsed. The condition type is unrecognised, a nested clause is malformed, or the JSON does not match the expected condition envelope.\n\nTo resolve: correct the condition body to a valid `AbstractConditionDto` (see `cyoda help search`).\n\n## SEE ALSO\n\n- errors\n- errors.BAD_REQUEST\n",
  "sections": [
    {
      "name": "NAME",
      "body": "INVALID_CONDITION — a request body condition (AbstractConditionDto) was malformed and could not be parsed."
    },
    {
      "name": "SYNOPSIS",
      "body": "HTTP: `400` `Bad Request`. Retryable: `no`."
    },
    {
      "name": "DESCRIPTION",
      "body": "Endpoints that accept a search-style condition in the request body — grouped statistics and the conditional form of delete-by-model — reject a body whose condition cannot be parsed. The condition type is unrecognised, a nested clause is malformed, or the JSON does not match the expected condition envelope.\n\nTo resolve: correct the condition body to a valid `AbstractConditionDto` (see `cyoda help search`)."
    },
    {
      "name": "SEE ALSO",
      "body": "- errors\n- errors.BAD_REQUEST"
    }
  ],
  "see_also": [
    "errors",
    "errors.BAD_REQUEST"
  ],
  "stability": "stable",
  "actions": []
}
