EntityUpdateFailureCode
org.sagebionetworks.repo.model.table.EntityUpdateFailureCode
If the Entity update failed, a failure code will be included. Null if the update was successful
Enumeration
| name | description |
|---|---|
| NOT_FOUND | The specified entity could not be found. |
| UNAUTHORIZED | The user does not have permission to update the entity. |
| CONCURRENT_UPDATE | The entity was updated concurrently by another process. |
| ILLEGAL_ARGUMENT | The update request contained invalid or illegal arguments. |
| UNKNOWN | An unknown error occurred during the update. |