mirror of
				https://github.com/jellyfin/jellyfin.git
				synced 2025-10-31 08:11:08 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			259 B
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			259 B
		
	
	
	
		
			C#
		
	
	
	
	
	
| namespace NLangDetect.Core
 | |
| {
 | |
|   public enum ErrorCode
 | |
|   {
 | |
|     NoTextError,
 | |
|     FormatError,
 | |
|     FileLoadError,
 | |
|     DuplicateLangError,
 | |
|     NeedLoadProfileError,
 | |
|     CantDetectError,
 | |
|     CantOpenTrainData,
 | |
|     TrainDataFormatError,
 | |
|     InitParamError,
 | |
|   }
 | |
| }
 |