KnownQueryTestingResultStatus enum
Known values of QueryTestingResultStatus that the service accepts.
Fields
| CompilerError | The query testing operation failed due to a compiler error. |
| RuntimeError | The query testing operation failed due to a runtime error. |
| Started | The query testing operation was initiated. |
| Success | The query testing operation succeeded. |
| Timeout | The query testing operation failed due to a timeout. |
| UnknownError | The query testing operation failed due to an unknown error . |