Operational errors
- Last UpdatedJul 26, 2024
- 1 minute read
Operational errors include the following:
|
Source |
Description |
Reason |
|---|---|---|
|
Responding Automation Object |
Attribute not writable |
Attempt to set an attribute in an ApplicationObject that cannot be written to. |
|
Responding Automation Object |
Write access denied. |
Attempt to set an attribute in an ApplicationObject that can be written to, but that the user cannot write to. This can be an operational error ( the attribute is read only) or a security error (the current user does not have permission to write to the attribute). |
|
Responding Automation Object |
Software error: The data to be set was to the wrong data type. |
Attempt to set an attribute in an ApplicationObject can be written to, but with a data type that cannot be written to because it cannot be coerced. For example, trying to write a Boolean value of True to an attribute of type QualifiedStruct or QualifiedEnum. |