Package version:

Enumeration KnownQueryTestingResultStatus

Known values of QueryTestingResultStatus that the service accepts.

Enumeration Members

CompilerError: "CompilerError"

The query testing operation failed due to a compiler error.

RuntimeError: "RuntimeError"

The query testing operation failed due to a runtime error.

Started: "Started"

The query testing operation was initiated.

Success: "Success"

The query testing operation succeeded.

Timeout: "Timeout"

The query testing operation failed due to a timeout.

UnknownError: "UnknownError"

The query testing operation failed due to an unknown error .

Generated using TypeDoc