Команда | Запрос | Дополнительные предварительные действия |
---|---|---|
script_sel_multi | "command" : { "plm_type_code" : ${view}, "state" : {script_sel_multi}, "position" : int, // PlmPosition позиция "indexes_list" : [// Только при проигрывании команды из сохраненного сценария - список (де)селектируемых элементов { "dim_id" : UUID_1, //идентификатор размерности "path" : [ //путь до селектируемого элемента int, int, ... ] }, ... ] "fold_select_status" : bool // Селектировать или нет все элементы } | position:
|
Response | Parameter | комментарии |
---|---|---|
script_response | "command" : { "plm_type_code" : ${view}, "state" : {script_response} } |
Код | Ошибка | Описание |
---|---|---|
101 | InvalidArgumentError | "position invalid" |
101 | InvalidArgumentError | "level invalid" |
std::invalid_argument | "Unable to get unique elements count: level out of bounds (nodes)." | |
std::logic_error | "Unable to get unique elements count: nodes array not defined." | |
101 | InvalidArgumentError | "path is null " |
std::out_of_range | "failed sorting-aware index conversion: index out of range" |