mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-06-02 21:24:15 -04:00
16 lines
301 B
C#
16 lines
301 B
C#
namespace NLangDetect.Core
|
|
{
|
|
public enum ErrorCode
|
|
{
|
|
NoTextError,
|
|
FormatError,
|
|
FileLoadError,
|
|
DuplicateLangError,
|
|
NeedLoadProfileError,
|
|
CantDetectError,
|
|
CantOpenTrainData,
|
|
TrainDataFormatError,
|
|
InitParamError,
|
|
}
|
|
}
|