KnownSemanticErrorMode enum
Allows the user to choose whether a semantic call should fail completely, or to return partial results.
Fields
| Fail | If there is an exception during the semantic processing step, the query will fail and return the appropriate HTTP code depending on the error. |
| Partial | If the semantic processing fails, partial results still return. The definition of partial results depends on what semantic step failed and what was the reason for failure. |