📄 errormessages.h
字号:
L"00041900", L"Triple class general error", // DstrBase errors // L"00042000", L"DstrBase class general error", // Wrapper errors // L"00042100", L"Wrapper class general error", L"00042101", L"Method not defined by wrapper", // Set errors // L"00042200", L"Set class general error", //-------------------------------------------- // // Errors for the shell library: range 45000 - 49999 // //-------------------------------------------- // CommandLine errors // L"00045000", L"CommandLine class general error", L"00045001", L"Option not found", L"00045002", L"Ambiguous partial completion for option", L"00045003", L"User specified option multiple times", L"00045004", L"Programmer specified option multiple times", L"00045005", L"Option requires argument", // Filename errors // L"00045200", L"Filename class general error", // Sdb errors // L"00045300", L"Sdb class general error", L"00045301", L"Not a Sdb file", // Parser errors // L"00045400", L"Parser class general error", L"00045401", L"State parsing problem", // DebugLevel errors // L"00045500", L"DebugLevel class general error", //-------------------------------------------- // // Errors for the multimedia library: range 50000 - 59999 // //-------------------------------------------- // AudioFile errors // L"00050000", L"AudioFile class general error", L"00050001", L"Error file type", L"00050002", L"Bad AR coefficient", L"00050003", L"Attempt to open a non-raw audio file using pipe", L"00050004", L"Incorrect pipe mode", L"00050005", L"This operation is not necessary, ignored", // JSGFParser errors // L"00050100", L"JSGFParser class general error", // JSGFToken Errors // L"00050200", L"JSGFToken class general error", // AlgorithmData errors // L"00050300", L"AlgorithmData class general error", L"00050301", L"Type mismatch", // FeatureFile errors // L"00050400", L"FeatureFile class general error", // TranscriptionDatabase errors // L"00050500", L"TranscriptionDatabase class general error", // NGramParser errors // L"00050600", L"NGramParser class general error", L"00050601", L"incorrect order", L"00050602", L"incorrect tag", L"00050603", L"unrecognized symbol", L"00050604", L"hash table pointer is NULL", L"00050605", L"incorrect format", L"00050606", L"incorrect grammar number", // NGramNode errors // L"00050700", L"NGramNode class general error", // SegmentConcat errors // L"00050800", L"SegmentConcat class general error", //-------------------------------------------- // // Errors for the stat library: range 60000 - 69999 // //-------------------------------------------- // GaussianModel errors // L"00060100", L"GaussianModel class general error", // MixtureModel errors // L"00060200", L"MixtureModel class general error", // StatisticalModel errors // L"00060300", L"StatisticalModel class general error", L"00060301", L"StatisticalModelBase class general error", // SupportVectorModel errors // L"00060350", L"SupportVectorModel class general error", // UniformModel errors // L"00060400", L"UniformModel class general error", // Histogram errors // L"00060500", L"Histogram class general error", L"00060501", L"Bins must be set before computing a histogram", // NGramModel errors // L"00060600", L"NGramModel class general error", //-------------------------------------------- // // Errors for the algo library: range 70000 - 79999 // //-------------------------------------------- // AlgorithmBase errors // fundamental errors shared by all algo classes // L"00070000", L"AlgorithmBase class general error", L"00070001", L"Unknown algorithm", L"00070002", L"Unknown implementation", L"00070003", L"Unknown data type", L"00070004", L"Unsupported algorithm", L"00070005", L"Unsupported implementation", L"00070006", L"Unsupported mode", L"00070007", L"Insufficient amount of data", L"00070008", L"Incorrect analysis order", L"00070009", L"Unknown coefficient type", L"00070010", L"Algorithm computation fails", // Algorithm errors // L"00070050", L"Algorithm class general error", // Correlation errors // L"00070100", L"Correlation class general error", L"00070101", L"Input should be a combination of two signals", L"00070102", L"No enough data", L"00070102", L"Stability checking fails", // Calculus errors // L"00070200", L"Calculus class general error", L"00070201", L"Denominator can't be zero", // Cepstrum errors // L"00070300", L"Cepstrum class general error", // Covariance errors // L"00070400", L"Covariance class general error", // Energy errors // L"00070500", L"Energy class general error", // Filter errors // L"00070600", L"Filter class general error", L"00070601", L"AR filter must be causal (invalid lag)", L"00070602", L"Not enough data provided for non-causal filter", // FilterBank errors // L"00070700", L"FilterBank class general error", // FourierTransform errors // L"00070800", L"FourierTransform class general error", L"00070801", L"Error initializing transform", L"00070802", L"Error specified output length under SYMMETRIC mode", L"00070803", L"Error complex input under SYMMETRIC mode", // Generator errors // L"00070900", L"Generator class general error", L"00070901", L"Algorithm parameter mismatch", L"00070902", L"Necessary data not specified", L"00070903", L"Sampling frequency is zero", // Reflection errors // L"00071000", L"Reflection class general error", L"00071001", L"Dynamic range cannot be greater than zero", L"00071002", L"Beta value cannot be less than zero", L"00071003", L"Energy value cannot be less than zero", L"00071004", L"Prediction error power cannot be less than zero", // Prediction errors // L"00071100", L"Prediction class general error", L"00071101", L"Dynamic range cannot be greater than zero", L"00071102", L"Beta value cannot be less than zero", L"00071103", L"Energy value cannot be less than zero", L"00071104", L"Prediction error power cannot be less than zero", // Mask errors // L"00071200", L"Mask class general error", // Math errors // L"00071300", L"Math class general error", L"00071301", L"Unknown function specified", L"00071302", L"Unknown operation specified", L"00071303", L"Specified function is not defined for this data type", L"00071304", L"Mismatch between data types for specified operation", // Output errors // L"00071400", L"Output class general error", // CoefficientLabel errors // L"00071500", L"CoefficientLabel class general error", // Spectrum errors // L"00071600", L"Spectrum class general error", // Statistics errors // L"00071800", L"Statistics class general error", // Window errors // L"00072000", L"Window class general error", L"00072001", L"Error in window design parameters", // Connection errors // L"00072100", L"Connection class general error", L"00072101", L"Inputs have different length", // LogAreaRatio errors // L"00073000", L"LogAreaRatio class general error", // DisplayData errors // L"00073100", L"DisplayData class general error", // AlgorithmContainer errors // L"00073200", L"AlgorithmContainer class general error", //-------------------------------------------- // // Errors for the sp library: range 80000 - 89999 // //-------------------------------------------- // AudioFrontEnd errors // L"00080000", L"AudioFrontEnd class general error", L"00080001", L"Output must be type VectorFloat", L"00080002", L"Empty file or not enough data in file", // Component errors // L"00080100", L"Component class general error", // FrontEnd errors // L"00080200", L"FrontEnd class general error", L"00080250", L"FrontEndBase class general error", L"00080260", L"FrontEndUndefined class general error", // FtrBuffer errors // L"00080300", L"FtrBuffer class general error", // Recipe errors // L"00080400", L"Recipe class general error", L"00080401", L"Multiple component paths exist to output", L"00080402", L"No component path exists to output", //-------------------------------------------- // // Errors for the search library: range 90000 - 99999 // //-------------------------------------------- // Trace errors // L"00090000", L"Trace class general error", L"00090001", L"Trace class i/o error", // History errors // L"00090100", L"History class general error", // Hypothesis errors // L"00090200", L"Hypothesis class general error", L"00090201", L"Hypothesis class i/o error", // SearchNode errors // L"00090300", L"SearchNode class general error", // SearchSymbol errors // L"00090400", L"SearchSymbol class general error", // SearchLevel errors // L"00090500", L"SearchLevel class general error", // LexicalTree errors // L"00090600", L"LexicalTree class general error", // HierarchicalSearch errors // L"00090700", L"HierarchicalSearch class general error", L"00090701", L"Number of levels must be greater than zero", // StackSearch errors // L"00090800", L"HierarchicalSearch class general error", L"00090801", L"Number of levels must be greater than zero", //-------------------------------------------- // // Errors for the pr library: range 100000 - 110000 // //-------------------------------------------- // HiddenMarkovModel errors // L"00100000", L"HiddenMarkovModel class general error", L"00100050", L"Only Gaussian mixtures are supported for adaptation", // LanguageModel errors // L"00100100", L"LanguageModel class general error", // DecisionTreeBase errors // fundamental errors shared by all DecisionTree classes // L"00100200", L"DecisionTreeBase class general error", // PhoneticDecisionTree errors // L"00100300", L"PhoneticDecisionTree class general error", // PhoneticDecisionTreeNode errors // L"00100400", L"PhoneticDecisionTreeNode class general error", //-------------------------------------------- // // Errors for the asr library: range 110000 - 119999 // //-------------------------------------------- // SpeechRecognizer errors // L"00110000", L"SpeechRecognizer class general error", // end of list (zero length string) of errors // L""};// end of include file//#endif#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -