OcaStatus¶
-
class
OcaStatus
()¶ Standard status codes returned from method calls.
-
OcaStatus.
OK
¶ type: OcaStatus
Singleton object corresponding to the entry with value
0
.
-
OcaStatus.
ProtocolVersionError
¶ type: OcaStatus
Singleton object corresponding to the entry with value
1
.
-
OcaStatus.
DeviceError
¶ type: OcaStatus
Singleton object corresponding to the entry with value
2
.
-
OcaStatus.
Locked
¶ type: OcaStatus
Singleton object corresponding to the entry with value
3
.
-
OcaStatus.
BadFormat
¶ type: OcaStatus
Singleton object corresponding to the entry with value
4
.
-
OcaStatus.
BadONo
¶ type: OcaStatus
Singleton object corresponding to the entry with value
5
.
-
OcaStatus.
ParameterError
¶ type: OcaStatus
Singleton object corresponding to the entry with value
6
.
-
OcaStatus.
ParameterOutOfRange
¶ type: OcaStatus
Singleton object corresponding to the entry with value
7
.
-
OcaStatus.
NotImplemented
¶ type: OcaStatus
Singleton object corresponding to the entry with value
8
.
-
OcaStatus.
InvalidRequest
¶ type: OcaStatus
Singleton object corresponding to the entry with value
9
.
-
OcaStatus.
ProcessingFailed
¶ type: OcaStatus
Singleton object corresponding to the entry with value
10
.
-
OcaStatus.
BadMethod
¶ type: OcaStatus
Singleton object corresponding to the entry with value
11
.
-
OcaStatus.
PartiallySucceeded
¶ type: OcaStatus
Singleton object corresponding to the entry with value
12
.
-
OcaStatus.
Timeout
¶ type: OcaStatus
Singleton object corresponding to the entry with value
13
.
-
OcaStatus.
BufferOverflow
¶ type: OcaStatus
Singleton object corresponding to the entry with value
14
.
-