exception documentation
class NoMethodsInServiceError(SDKError): (source)
Constructor: NoMethodsInServiceError(*args)
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 |