export declare const ErrorCodes_FatalStartingRange = 100000; export declare enum ErrorCodesGame { OK = 0, NoBetsUpdatedOnSubmit = 3, RepeatRequest_Unhandled = 4, Fatal_NotValidHash = 100000, Fatal_WrongCustomerID = 100001, Fatal_TemplateNotFound = 100002, Fatal_NoOpenRounds = 100003, Fatal_Unhandled = 100004 } export type ErrorCodes = ErrorCodesGame;