Navigation
API > API/Plugins > API/Plugins/ConcertSyncCore
| Name | EConcertPutObjectErrorCode |
| Type | enum |
| Header File | /Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncCore/Source/ConcertSyncCore/Public/Replication/Messages/ChangeStream.h |
| Include Path | #include "Replication/Messages/ChangeStream.h" |
Syntax
enum EConcertPutObjectErrorCode
{
UnresolvedStream,
MissingData,
Count,
}
Values
| Name | Remarks |
|---|---|
| UnresolvedStream | Stream that ObjectsToPut referenced was not registered on the server. |
| MissingData | Either PutObject contained no data to update with (ensure either ClassPath or Properties is set), or it tried to create a new object with insufficient data (make sure ClassPath and Properties are both specified). |
| Count | Not an actual parameter. Make sure it's always last. |