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/PutState.h |
| Include | #include "Replication/Messages/PutState.h" |
Syntax
enum EConcertReplicationPutStateResponseCode
{
Timeout,
Success,
FeatureDisabled,
ClientUnknown,
StreamError,
AuthorityConflict,
MuteError,
}
Values
| Name | Description |
|---|---|
| Timeout | The request timed out. |
| Success | The request was executed successfully. |
| FeatureDisabled | Either: |
| ClientUnknown | No changes have been made. |
| StreamError | No changes have been made. |
| AuthorityConflict | No changes have been made. |
| MuteError | No changes have been made. The request failed because |
Remarks
Indicates success or failure of the FConcertReplication_PutState_Request.
While a request may have multiple errors, the errors are returned in declaration order of this enum. Hence, the response code is the first thing that fails when reading top to bottom.