Class Unmergeable (3.22.0)

Unmergeable(lhs, rhs, type_)

Unable to merge two values.

Parameters

NameDescription
lhs `google.protobuf.struct_pb2.Value`

pending value to be merged

rhs `google.protobuf.struct_pb2.Value`

remaining value to be merged

type_ Type

field type of values being merged

Inheritance

builtins.object > builtins.BaseException > builtins.Exception > builtins.ValueError > Unmergeable