Добавьте файлы проекта.
This commit is contained in:
9
YandexMusic.API/Models/Account/YAuthCaptchaErrorCode.cs
Normal file
9
YandexMusic.API/Models/Account/YAuthCaptchaErrorCode.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace YandexMusic.API.Models.Account
|
||||
{
|
||||
public enum YAuthCaptchaErrorCode
|
||||
{
|
||||
MissingValue,
|
||||
CaptchaLocate,
|
||||
Incorrect
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user