Ice.DispatchException

class Ice.DispatchException(replyStatus: int | None, msg: str = '')

Bases: LocalException

The dispatch failed. This is the base class for local exceptions that can be marshaled and transmitted “over the wire”.

Parameters:
  • replyStatus (int | None)

  • msg (str)

property replyStatus

Gets the reply status of this exception.

Returns:

The reply status, as an int in the range 2..255.

Return type:

int