Lines Matching full:sent
74 :param sent: The sent RPC message that caused the failure.
78 sent: Message, received: Message):
80 #: The sent `Message` that caused the failure
81 self.sent: Message = sent
127 The Server sent a `Message` indicating parsing failure.
150 :param sent: The message that was sent that prompted the error.
152 def __init__(self, error_message: str, msg: Message, sent: Message):
154 #: The sent `Message` that caused the failure
155 self.sent = sent
374 ("Server sent an error response without an ID, "
430 :return: The ID of the `Message` sent.
600 Create an executable message to be sent by `execute_msg` later.