ctrlX Data Layer API for Python  3.3.0
The ctrlX Data Layer API allows access to the ctrlX Data Layer with Python
Result Class Reference
+ Inheritance diagram for Result:

Static Public Attributes

int ALREADY_EXISTS = 0x80010010
 
int CLIENT_NOT_CONNECTED = 0x80030001
 
int COMM_INVALID_HEADER = 0x80020002
 
int COMM_PROTOCOL_ERROR = 0x80020001
 
int COMMUNICATION_ERROR = 0x80010019
 
int CREATION_FAILED = 0x80010011
 
int DEPRECATED = 0x80010013
 
int FAILED = 0x80000001
 
int INVALID_ADDRESS = 0x80010001
 
int INVALID_CONFIGURATION = 0x8001000C
 
int INVALID_FLOATINGPOINT = 0x80010009
 
int INVALID_HANDLE = 0x8001000A
 
int INVALID_OPERATION_MODE = 0x8001000B
 
int INVALID_VALUE = 0x8001000D
 
int LIMIT_MAX = 0x80010005
 
int LIMIT_MIN = 0x80010004
 
int MISSING_ARGUMENT = 0x80010016
 
int NOT_INITIALIZED = 0x80010015
 
int OK = 0
 
int OK_NO_CONTENT = 0x00000001
 
int OUT_OF_MEMORY = 0x80010003
 
int PERMISSION_DENIED = 0x80010014
 
int RESOURCE_UNAVAILABLE = 0x80010018
 
int RT_INVALID_ERROR = 0x80060008
 
int RT_INVALID_MEMORY_MAP = 0x80060006
 
int RT_INVALID_OBJECT = 0x80060002
 
int RT_INVALID_RETAIN = 0x80060007
 
int RT_MALLOC_FAILED = 0x80060009
 
int RT_MEMORY_LOCKED = 0x80060005
 
int RT_NO_VALID_DATA = 0x80060004
 
int RT_NOT_OPEN = 0x80060001
 
int RT_WRONG_REVISION = 0x80060003
 
int SEC_INVALID_SESSION = 0x80070002
 
int SEC_INVALID_TOKEN_CONTENT = 0x80070003
 
int sec_noSEC_NO_TOKEN_token = 0x80070001
 
int SEC_PAYMENT_REQUIRED = 0x80070005
 
int SEC_UNAUTHORIZED = 0x80070004
 
int SIZE_MISMATCH = 0x80010007
 
int SUBMODULE_FAILURE = 0x8001000E
 
int TIMEOUT = 0x8001000F
 
int TOO_MANY_ARGUMENTS = 0x80010017
 
int TOO_MANY_OPERATIONS = 0x8001001A
 
int TYPE_MISMATCH = 0x80010006
 
int UNSUPPORTED = 0x80010002
 
int VERSION_MISMATCH = 0x80010012
 
int WOULD_BLOCK = 0x8001001B
 

Detailed Description

Result(Enum)

status of function call

Definition at line 24 of file variant.py.