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".