Skip to content
This repository was archived by the owner on Jun 1, 2025. It is now read-only.

ServiceModeErrorCodes

DummkopfOfHachtenduden edited this page Sep 3, 2021 · 1 revision
    public enum ServiceModeErrorCode : byte
    {
        InvalidServerID = 0,
        RelayMsgFailed = 1,
        InvalidServer = 2,
        AbnormalCondition = 3,
    }
Clone this wiki locally