exception documentation

class NotATrueCallError(SDKError): (source)

Constructor: NotATrueCallError(*args)

View In Hierarchy

Report an attempt to run an introspection stub.

Placeholder stubs raise this error because they record service metadata. They do not make RPCs.

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

Undocumented