Navigation
API > API/Plugins > API/Plugins/ConcertSyncCore
| Name | EConcertReplicationRestoreErrorCode |
| Type | enum |
| Header File | /Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncCore/Source/ConcertSyncCore/Public/Replication/Messages/RestoreContent.h |
| Include Path | #include "Replication/Messages/RestoreContent.h" |
Syntax
enum EConcertReplicationRestoreErrorCode
{
Timeout,
Success,
Invalid,
NotSupported,
NoSuchActivity,
NameConflict,
AuthorityConflict,
}
Values
| Name | Remarks |
|---|---|
| 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. |