Class SqlTranslationErrorDetail (0.11.7)

SqlTranslationErrorDetail(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Structured error object capturing the error message and the location in the source text where the error occurs.

Attributes

NameDescription
row int
Specifies the row from the source text where the error occurred.
column int
Specifie the column from the source texts where the error occurred.
message str
A human-readable description of the error.