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

11 lines
179 B
C#

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