Package version:

Enumeration KnownSemanticErrorMode

Known values of SemanticErrorMode that the service accepts.

Enumeration Members

Enumeration Members

Fail: "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: "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.