RelayError
Custom error class for RELAY protocol errors. Extends JavaScript’s built-in Error
class. The name property is always "RelayError".
Properties
code
Numeric error code returned by the RELAY server.
message
Human-readable error description returned by the RELAY server.
name
Always "RelayError".