Using the Orion Result Lookup Tool: Difference between revisions

From Orion Engine Wiki
Jump to navigation Jump to search
(Created page with "The '''Orion Result Lookup Tool''' can be used to turn a result code into a description and/or vice versa. <center> Image:OrionResultSS.png </center> Nearly all of the f...")
 
mNo edit summary
 
Line 5: Line 5:
</center>
</center>


Nearly all of the functions/methods in the [http://www.orionengine.com Orion Engine] libraries return an '''OeResult''' data type for the result code. This custom tool should prove to be helpful to decipher our unique result codes while debugging your code.
Nearly all of the functions/methods in the [https://www.orionengine.com Orion Engine] libraries return an '''OeResult''' data type and/or '''COeResult''' class for the result code. This custom tool should prove to be helpful to decipher our unique result codes while debugging your code.

Latest revision as of 17:57, 20 June 2018

The Orion Result Lookup Tool can be used to turn a result code into a description and/or vice versa.

Nearly all of the functions/methods in the Orion Engine libraries return an OeResult data type and/or COeResult class for the result code. This custom tool should prove to be helpful to decipher our unique result codes while debugging your code.