proxystore.p2p.relay.exceptions¶
Exception types raised by relay clients and servers.
    
              Bases: RelayClientError
Exception raised if a client is not connected to a relay server.
    
              Bases: RelayClientError
Exception raised by client if unable to register with relay server.
    
              Bases: RelayServerError
A runtime exception indicating a bad client request.
    
              Bases: RelayServerError
Client does not have correct permissions after authentication.
    
              Bases: RelayServerError
Server encountered an unexpected condition.
    
              Bases: RelayServerError
Client is missing authentication tokens.