Navigation
API > API/Plugins > API/Plugins/ConcertSyncCore
Added as field to all replication response data. Used to detect timeouts or other delivery failures.
Custom requests and responses are considered failed if they are default constructed. The default constructed responses should be EReplicationResponseErrorCode::Timout by default.
| Name | EReplicationResponseErrorCode |
| Type | enum |
| Header File | /Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncCore/Source/ConcertSyncCore/Public/Replication/Messages/EReplicationResponseErrorCode.h |
| Include Path | #include "Replication/Messages/EReplicationResponseErrorCode.h" |
Syntax
enum EReplicationResponseErrorCode
{
Timeout,
Handled,
}
Values
| Name | Remarks |
|---|---|
| Timeout | Value to set when default constructed. Indicates responses not received. |
| Handled | Set when request was handled and there is valid response data |