RelayError
Exception raised when the Relay server returns an error response. Inherits from
Python’s built-in Exception. The string representation follows the format
"RELAY error {code}: {message}".
Properties
code
Numeric error code returned by the Relay server.
message
Human-readable error description returned by the Relay server.