Exceptions

Exceptions used by signal_bot_framework.

exception signal_bot_framework.exceptions.SignalRpcException(message, body)

Bases: Exception

Occurs when the response to a JSON-RPC request is an error.

message: str

The error message.

body: dict

The raw JSON-RPC error body.