Class ErrorLocation (0.11.7)

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

Holds information about where the error is located.

Attributes

NameDescription
line int
Optional. If applicable, denotes the line where the error occurred. A zero value means that there is no line information.
column int
Optional. If applicable, denotes the column where the error occurred. A zero value means that there is no columns information.