Ice.RequestFailedException

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

Bases: DispatchException

The base exception for the 3 NotExist exceptions.

Parameters:
property facet

Gets the facet to which the request was sent.

Returns:

The facet to which the request was sent.

Return type:

str

property id: Identity

Gets the identity of the Ice Object to which the request was sent.

Returns:

The identity of the Ice Object to which the request was sent.

Return type:

Identity

property operation

Gets the operation name of the request.

Returns:

The operation name of the request.

Return type:

str