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.