Files
mxaccessgw/src/MxGateway.Server/Sessions/SessionManagerErrorCode.cs
T
2026-04-26 17:59:37 -04:00

13 lines
237 B
C#

namespace MxGateway.Server.Sessions;
public enum SessionManagerErrorCode
{
SessionNotFound,
SessionNotReady,
EventSubscriberAlreadyActive,
EventQueueOverflow,
SessionLimitExceeded,
OpenFailed,
CloseFailed,
}