Обновление API Utils для работы с медиа
This commit is contained in:
@@ -15,6 +15,8 @@ API_ERROR_ACCESS_DENIED = (103, 'you cannot call this method: permission denied'
|
||||
API_ERROR_NEED_COMPLETED_ACCOUNT = (104, 'need completed account')
|
||||
API_ERROR_NOT_ALLOWED = (105, 'operation not allowed')
|
||||
|
||||
API_ERROR_INVALID_REQUEST = (110, 'invalid request')
|
||||
|
||||
API_ERROR_METHOD_NOT_FOUND = (200, 'method not found')
|
||||
API_ERROR_MISSING_ARGUMENT = (201, 'missing argument')
|
||||
API_ERROR_UNKNOWN_ARGUMENT = (202, 'unknown argument')
|
||||
|
||||
Reference in New Issue
Block a user