Status
- Last UpdatedJul 26, 2024
- 1 minute read
The status of an object’s attribute describes whether a particular Read or Write request succeeded or failed. Possible status conditions include:
|
Status |
Description |
|---|---|
|
OK |
Operation completed successfully. |
|
Pending |
Request is received, but is not yet complete. A transitory status. |
|
Warning |
Operation completed successfully, but with some warning condition. Applies only to Write actions. |
|
Communication Error |
Request failed due to an error communicating with the target ApplicationObject. |
|
Configuration Error |
Request failed due to an error in configuration. |
|
Operational Error |
Request failed due to an operator error. |
|
Software Error |
Request failed due to an internal software error. |
|
Security Error |
Request failed due to insufficient security access rights. |
|
Other Error |
All other errors. |