exception documentation

class OneOfMatchError(SDKError): (source)

Constructor: OneOfMatchError(name)

View In Hierarchy

Raised if a decoded oneof selection has no generated wrapper.

Method __init__ Undocumented
def __init__(self, name: str): (source) ΒΆ

Undocumented