EntityUpdateResult
org.sagebionetworks.repo.model.table.EntityUpdateResult
Result of a single Entity Update.
| Field | Type | Description |
|---|---|---|
| entityId | STRING | The ID of the updated entity. |
| failureMessage | STRING | Failure message for unknown and illegal errors. |
| failureCode | EntityUpdateFailureCode | If the Entity update failed, a failure code will be included. Null if the update was successful |