Share via


QueryTestingResultStatus type

Defines values for QueryTestingResultStatus.
KnownQueryTestingResultStatus can be used interchangeably with QueryTestingResultStatus, this enum contains the known values that the service supports.

Known values supported by the service

Started: The query testing operation was initiated.
Success: The query testing operation succeeded.
CompilerError: The query testing operation failed due to a compiler error.
RuntimeError: The query testing operation failed due to a runtime error.
Timeout: The query testing operation failed due to a timeout.
UnknownError: The query testing operation failed due to an unknown error .

type QueryTestingResultStatus = string