[ object, uuid(A967E5D5-B0E1-11D3-B57C-00105AA461D0), dual, helpstring("IJobErrorInfo Interface"), pointer_default(unique) ]
interface IJobErrorInfo : IDispatch;Error messages returned from an IndexJob, SearchJob, or FileConverter
|
Method |
Description |
|
Returns the first argument of the nth message. This argument will also appear in the message text but is provided separately for easy access. For example, an "Unable to access index" message would contain the path of the index as the first argument | |
|
Returns the second argument of the nth message. | |
|
Returns the message code of the nth message. See "Error Codes" for information on the meaning of these codes. | |
|
Returns the text of the nth message. |
|
Property |
Description |
|
Returns the number of messages |
|
Property |
|
read only |
|
Method |
|
Copyright (c) 1995-2008 dtSearch Corp. All rights reserved.
|