exception documentation

class NoMethodsInServiceError(SDKError): (source)

Constructor: NoMethodsInServiceError(*args)

View In Hierarchy

Error raised when no methods are found in a service stub.

This exception occurs during service name extraction if the stub class does not define any gRPC methods.

Method __init__ Undocumented
def __init__(self, *args: object): (source) ΒΆ

Undocumented