Navigation
API > API/Plugins > API/Plugins/ConcertSyncCore
References
Module | ConcertSyncCore |
Header | /Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncCore/Source/ConcertSyncCore/Public/ConcertDataStoreMessages.h |
Include | #include "ConcertDataStoreMessages.h" |
Syntax
enum EConcertDataStoreResultCode
&123;
Added,
Fetched,
Exchanged,
NotFound,
TypeMismatch,
UnexpectedError,
&125;
Values
Name | Description |
---|---|
Added | The key/value pair was added. |
Fetched | The specified key value was fetched. |
Exchanged | The specified key value was exchanged. |
NotFound | Reading or writing a key value in the data store failed because the specified key could not be found. |
TypeMismatch | Reading or writing a key value in the data store failed because the specified value type did not match the stored value type. |
UnexpectedError | An unexpected error occurred. |
Remarks
Response codes for Concert data store operations.