exception documentation

class NoMethodsInServiceError(SDKError): (source)

Constructor: NoMethodsInServiceError(*args)

View In Hierarchy

Report a service stub that has no gRPC methods.

Service-name extraction raises this error when it cannot record a method.

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

Undocumented