askSam error numbers returned by most askSam methods.
Missing <remarks> documentation for T:askSam.ErrorNumber
| Member Name | Description |
|---|---|
| FALSE | The function did not completed successfully, call GetLastASError to get the ErrorNumber. |
| TRUE | The function completed successfully with no errors detected. |
| ASERR_OUTPUT_REQUEST_DETECTED | The request is an output, returned by SearchFile. |
| ASERR_NO_DOCS_FOUND_FOR_OUTPUT | No documents found for output request, returned by SearchFile and RunReport. |
| ASERR_PARSE_PROMPTS_FROM_REQUEST | There are prompts in the request, and they must be parses before the request can be processed, returned by SearchFile and RunReport. |
| ASERR_OUTPUT_COUNT | There was an count command which you now need to call GetCountOutput, returned by SearchFile and RunReport. |
| MORE_TO_COME | Returned from the LoadDoc function when there is more data to load. |
| NEED_MORE_BUFFER | Returned from the LoadDoc function when there is not enough buffer to load the current section of the document |
| REPORT_IS_A_SEARCH | Returned from the RunReport function when the report contain no output and it just a search. |
| NEED_MORE_DOCS | Used with the LoadMultipleDocs function. |
| JUST_RECALL_FUNC | This is used to break up a long time period when SaveDoc is working on a large buffer or a memory mapped file. Use this time to update meters, then just recall the function. |
Namespace: askSam
Assembly: asnetsdk (in asnetsdk.dll)