ResponseCode#

class eclypse.remote.utils.response_code.ResponseCode[source]#

Bases: Enum

Enum class, denoting possible responses to an EclypseRequest.

Attributes

OK

The request was processed successfully.

ERROR

An error occurred while processing the request.

OK = 1#

The request was processed successfully.

ERROR = 2#

An error occurred while processing the request.