Ice.OperationNotExistException

class Ice.OperationNotExistException(id: Identity | None = None, facet: str = '', operation: str = '', msg: str = '')

Bases: RequestFailedException

The dispatch could not find the operation carried by the request on the target servant. This is typically due to a mismatch in the Slice definitions, such as the client using Slice definitions newer than the server’s.

Parameters: