1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
authtypeexception.php
См. документацию.
1<?php
2namespace Bitrix\Rest;
3
4
6{
7 const MESSAGE = 'Current authorization type is denied for this method';
8 const CODE = 'WRONG_AUTH_TYPE';
9}