Class SqlTranslationErrorType (0.11.7)

SqlTranslationErrorType(value)

The error type of the SQL translation job.

Values: SQL_TRANSLATION_ERROR_TYPE_UNSPECIFIED (0): SqlTranslationErrorType not specified. SQL_PARSE_ERROR (1): Failed to parse the input text as a SQL query. UNSUPPORTED_SQL_FUNCTION (2): Found unsupported functions in the input SQL query that are not able to translate.