Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Интерфейс Errorable
+ Граф наследования:Errorable:

Открытые члены

 getErrors ()
 
 getErrorByCode ($code)
 

Подробное описание

См. определение в файле errorable.php строка 5

Методы

◆ getErrorByCode()

getErrorByCode ( $code)

Getting once error with the necessary code.

Аргументы
string$codeCode of error.
Возвращает
Error

Замещается в Base, Entity, Action, Base, Controller, AjaxJson, Component, EntitySelector, LogEntry, LogListCommon, WorkgroupList и WorkgroupUserList.

◆ getErrors()

getErrors ( )

Getting array of errors.

Возвращает
Error[]

Замещается в Base, Entity, Action, Base, Controller, AjaxJson, Component, EntitySelector, LogEntry, LogListCommon, WorkgroupList и WorkgroupUserList.