pyremoteplay.errors module

Errors for pyremoteplay.

class pyremoteplay.errors.RPErrorHandler

Bases: object

Remote Play Errors.

class Type(value)

Bases: IntEnum

Enum for errors.

REGIST_FAILED = 2148567817
INVALID_PSN_ID = 2148567810
RP_IN_USE = 2148567824
CRASH = 2148567829
RP_VERSION_MISMATCH = 2148567825
UNKNOWN = 2148568063
class Message(value)

Bases: Enum

Messages for Error.

REGIST_FAILED = 'Registering Failed'
INVALID_PSN_ID = 'PSN ID does not exist on host'
RP_IN_USE = 'Another Remote Play session is connected to host'
CRASH = 'RP Crashed on Host; Host needs restart'
RP_VERSION_MISMATCH = 'Remote Play versions do not match on host and client'
UNKNOWN = 'Unknown'
exception pyremoteplay.errors.RemotePlayError

Bases: Exception

General Remote Play Exception.

exception pyremoteplay.errors.CryptError

Bases: Exception

General Crypt Exception.