pyremoteplay.errors module
Errors for pyremoteplay.
- class pyremoteplay.errors.RPErrorHandler
Bases:
objectRemote Play Errors.
- class Type(value)
Bases:
IntEnumEnum 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:
EnumMessages 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:
ExceptionGeneral Remote Play Exception.
- exception pyremoteplay.errors.CryptError
Bases:
ExceptionGeneral Crypt Exception.