The QuikResult type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | QuikResult | Overloaded. |
Properties
Name | Description | |
---|---|---|
![]() | ErrorCode |
Gets the error number associated with the result
|
![]() | ErrorDate |
Gets the date the result occurred
|
![]() | ErrorDescription |
Gets the description of the error
|
![]() | ErrorFlag |
Gets a Boolean flag where if TRUE an error occurred
|
![]() | ErrorSource |
Gets the code source for the error
|
![]() | ErrorStackTrace |
Gets the source code traced to the error
|
![]() | Message |
Gets the program message returned by the trapped error
|
![]() | Program |
Gets the program generating the result
|
![]() | Version |
Gets the version number of the program generating the result
|