Navigation
API > API/Plugins > API/Plugins/ConcertSyncCore > API/Plugins/ConcertSyncCore/Replication > API/Plugins/ConcertSyncCore/Replication/Messages
References
| Module | ConcertSyncCore |
| Header | /Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncCore/Source/ConcertSyncCore/Public/Replication/Messages/RestoreContent.h |
| Include | #include "Replication/Messages/RestoreContent.h" |
Syntax
enum EConcertReplicationRestoreErrorCode
{
Timeout,
Success,
Invalid,
NotSupported,
NoSuchActivity,
NameConflict,
AuthorityConflict,
}
Values
| Name | Description |
|---|---|
| Timeout | The request timed out. |
| Success | The request was successful. |
| Invalid | Requesting client has not joined replication. |
| NotSupported | EConcertSyncSessionFlags::ShouldEnableReplicationActivities is not set. |
| NoSuchActivity | The request's ActivityId was set but did not point to an appropriate activity. |
| NameConflict | Nothing could be restored because another client with the same display and device name already is in the session. |
| AuthorityConflict | EConcertReplicationAuthorityRestoreMode::AllOrNothing was set and another client had authority over one of the would-be restore objects. |