DeleteFieldDeviceResult
From
Description
Returns the success or failure to mark the field device as deleted.
Success Mode
None of the failure mode fields are populated with valid data, and are all set to null.
Failure Modes
One or more failure fields will be populated with a failure object (will contain a non-null reference) indicating the nature of the failure, with relevant information.
Type | Description |
---|---|
AccessDeniedFailure | The username or password was incorrect, or lacked the right to complete this function. |
ConcurrentUpdateFailure | The update index of the request did not match the update index stored on the server. |
FieldDeviceNotFoundFailure | A field device with a primary key matching the reqested primary key was not found on the server. |
ValidationFailure | One or more fields contained invalid values. |