Class ErrorLocation (0.4.2)

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.

Inheritance

builtins.object > proto.message.Message > ErrorLocation