mirror of
				https://github.com/jellyfin/jellyfin.git
				synced 2025-11-04 03:27:21 -05: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,
 | 
						|
  }
 | 
						|
}
 |