3. IPC Errors#

class nextcord.ext.ipc.errors.IPCError#

Base IPC exception class

class nextcord.ext.ipc.errors.NoEndpointFoundError#

Raised upon requesting an invalid endpoint

class nextcord.ext.ipc.errors.ServerConnectionRefusedError#

Raised upon a server refusing to connect / not being found

class nextcord.ext.ipc.errors.JSONEncodeError#

Raise upon un-serializable objects are given to the IPC

class nextcord.ext.ipc.errors.NotConnected#

Raised upon websocket not connected