Class ErrorLocation (0.1.0)

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

Holds information about where the error is located. .. attribute:: line

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

:type: int

Attribute

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