Navigation
API > API/Plugins > API/Plugins/Concert
Response code returned when trying to mount a session repository on the server.
| Name | EConcertSessionRepositoryMountResponseCode |
| Type | enum |
| Header File | /Engine/Plugins/Developer/Concert/ConcertMain/Source/Concert/Public/ConcertMessages.h |
| Include Path | #include "ConcertMessages.h" |
Syntax
enum EConcertSessionRepositoryMountResponseCode
{
None,
Mounted,
AlreadyMounted,
NotFound,
}
Values
| Name | Remarks |
|---|---|
| None | No response code yet. |
| Mounted | The repository was mounted on the invoked server. |
| AlreadyMounted | The repository is already mounted by another server instance. |
| NotFound | The repository ID could not be found in the server list. |