exception documentation

class UnknownServiceError(SDKError): (source)

Constructor: UnknownServiceError(id)

View In Hierarchy

Raised when a resolver cannot map a service id to an address.

The exception is used to signal non-matching resolvers in composition chains (for example Chain). The message contains the original service id that could not be resolved.

Parameters
idThe service id that could not be resolved.
Method __init__ Undocumented
def __init__(self, id: str): (source) ΒΆ

Undocumented