An NDoc Documented Class Library

ErrorNumber Enumeration

askSam error numbers returned by most askSam methods.

[Serializable]
public enum ErrorNumber

Remarks

Missing <remarks> documentation for T:askSam.ErrorNumber

Members

Member NameDescription
FALSEThe function did not completed successfully, call GetLastASError to get the ErrorNumber.
TRUEThe function completed successfully with no errors detected.
ASERR_OUTPUT_REQUEST_DETECTEDThe request is an output, returned by SearchFile.
ASERR_NO_DOCS_FOUND_FOR_OUTPUTNo documents found for output request, returned by SearchFile and RunReport.
ASERR_PARSE_PROMPTS_FROM_REQUESTThere are prompts in the request, and they must be parses before the request can be processed, returned by SearchFile and RunReport.
ASERR_OUTPUT_COUNTThere was an count command which you now need to call GetCountOutput, returned by SearchFile and RunReport.
MORE_TO_COMEReturned from the LoadDoc function when there is more data to load.
NEED_MORE_BUFFERReturned from the LoadDoc function when there is not enough buffer to load the current section of the document
REPORT_IS_A_SEARCHReturned from the RunReport function when the report contain no output and it just a search.
NEED_MORE_DOCSUsed with the LoadMultipleDocs function.
JUST_RECALL_FUNCThis 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.

Requirements

Namespace: askSam

Assembly: asnetsdk (in asnetsdk.dll)

See Also

askSam Namespace