Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ErrorCode ¶
type ErrorCode int
const ( ErrBadRequest ErrorCode = 1 ErrInternal ErrorCode = 2 ErrCredential ErrorCode = 3 ErrServerRunning ErrorCode = 4 ErrServerNotRunning ErrorCode = 5 ErrRemote ErrorCode = 6 ErrInvalidConfig ErrorCode = 7 ErrPasswordRule ErrorCode = 8 ErrDupUserName ErrorCode = 9 ErrRequiresAuth ErrorCode = 10 ErrBackup ErrorCode = 11 )
type EventCode ¶
type EventCode int
const ( EventShutdown EventCode = 1 EventSysInit EventCode = 2 EventGameDownload EventCode = 3 EventWorldDownload EventCode = 4 EventWorldPrepare EventCode = 5 EventWorldUpload EventCode = 6 EventLoading EventCode = 7 EventRunning EventCode = 8 EventStopping EventCode = 9 EventCrashed EventCode = 10 EventClean EventCode = 11 EventStopped EventCode = 100 EventCreateRunner EventCode = 101 EventWaitConn EventCode = 102 EventConnLost EventCode = 103 EventStopRunner EventCode = 104 EventManualSetup EventCode = 105 )
Click to show internal directories.
Click to hide internal directories.