Tu môžete vidieť rozdiely medzi vybranou verziou a aktuálnou verziou danej stránky.
Both sides previous revision Previous revision Next revision | Previous revision | ||
omega:neon:start [2023/05/16 20:29] Roman Sališ [Table] |
omega:neon:start [2023/05/17 10:45] (aktuálne) Roman Sališ [Príklad NEON požiadavky (NEON Request)] |
||
---|---|---|---|
Riadok 11: | Riadok 11: | ||
"module:tennes/getAllSettings#201", | "module:tennes/getAllSettings#201", | ||
"module:info/getPageInfo#202", | "module:info/getPageInfo#202", | ||
- | "module:info/getPageInfo#203", | + | "module:info/getPageInfo#203" |
], | ], | ||
"module:tennes/getAllSettings#201":{}, | "module:tennes/getAllSettings#201":{}, | ||
Riadok 92: | Riadok 92: | ||
=== Popis NEON Response.error === | === Popis NEON Response.error === | ||
- | | ''exceptionCode'' | //int// | Kód výnimky. | | + | | ''error.exceptionCode'' | //int// | Kód výnimky. | |
- | | ''errorDateIdf'' | //string// | Identifikátor dátumu, pre lepšie hľadanie v logoch. | | + | | ''error.errorDateIdf'' | //string// | Identifikátor dátumu, pre lepšie hľadanie v logoch. | |
- | | ''exceptionMessage'' | //string// | Text výnimky. | | + | | ''error.exceptionMessage'' | //string// | Text výnimky. | |
- | | ''errorCode'' | //string// | Kód chyby. | | + | | ''error.errorCode'' | //string// | Kód chyby. | |
- | | ''errorText'' | //string// | Text chyby. | | + | | ''error.errorText'' | //string// | Text chyby. | |
- | | ''errorExt'' | //object// | Rozšírené informácie o chybe, ak sú k dispozícií. | | + | | ''errorExt'' | //object// | Rozšírené informácie o chybe, ak sú k dispozícií. | |
Riadok 105: | Riadok 105: | ||
=== Popis NEON Response | Service ERROR === | === Popis NEON Response | Service ERROR === | ||
- | | ''status'' | //bool// | ''FALSE'' | | + | | ''status'' | //bool// | ''FALSE'' | |
- | | ''result'' | //object, mixed// | Odpoveď zo služby. Nemusí byť naplnená. | | + | | ''result'' | //object, mixed// | Odpoveď zo služby. Nemusí byť naplnená. | |
- | | ''exceptionCode'' | //int// | Kód výnimky. | | + | | ''error'' | //object// | | |
- | | ''exceptionMessage'' | //string// | Text výnimky. | | + | | ''error.exceptionCode'' | //int// | Kód výnimky. | |
- | | ''errorCode'' | //string// | Kód chyby. | | + | | ''error.exceptionMessage'' | //string// | Text výnimky. | |
- | | ''errorText'' | //string// | Text chyby. | | + | | ''error.errorCode'' | //string// | Kód chyby. | |
- | | ''errorInfo'' | //string// | Iné info o chybe. | | + | | ''error.errorText'' | //string// | Text chyby. | |
- | | ''errorExt'' | //object// | Rozšírené informácie o chybe, ak sú k dispozícií. | | + | | ''error.errorInfo'' | //string// | Iné info o chybe. | |
+ | | ''errorExt'' | //object// | Rozšírené informácie o chybe, ak sú k dispozícií. | | ||