OsProcessException
Description
Exceptions that are triggered as a result of calls to <OsProcessApp> related functionality. The error descriptions are stored internally in the vm, and are retrieved via primitive in this class.
Class Methods
None
Instance Methods
<details> detailedDescription
<pre><code> Gets a detailed description of errors which are separated by end-of-line
Answers:
<String>
</code></pre> </details>
<details> errorCode
<pre><code> Answers the enumerated value for the error that is one of OsProcessConstants::ProcErr*
Answers:
<Integer>
</code></pre> </details>
<details> errorDescription
<pre><code> Answer the description text associated with the errorCode This virtual machine provides the descriptive text during this object's initialization
Answers:
<String>
</code></pre> </details>
<details> messageText
<pre><code> Answer an extended form of the message text which includes the first entry of any detailed entry
Answers:
<String>
</code></pre> </details>
Last modified date: 07/07/2022