links manager
This commit is contained in:
parent
2bfec61202
commit
eeb2b01574
7 changed files with 302 additions and 0 deletions
|
@ -19,12 +19,14 @@ function CoreErrors() {
|
|||
* <br>
|
||||
* Пример
|
||||
*
|
||||
*
|
||||
* ```
|
||||
* var error_info = ps.pl.core_errors.get_error(101);
|
||||
* // Вывод =>
|
||||
* // {name: "Узел не существует", description: "Узел с требуемым индексом не содержится в дереве п…. Данный код ошибки используется в masterProvider"}
|
||||
*
|
||||
* ```
|
||||
*
|
||||
* @public
|
||||
* @function get_error
|
||||
* @memberof CoreErrors
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue