Okapi .NET Library

FilterItemType.ERROR Field

 [This is preliminary documentation and subject to change.]

Constant value = 0. Error.

[Visual Basic]
Public const ERROR As Integer = 0
[C#]
public const int ERROR = 0;
[C++]
public: const int ERROR = 0;
[JScript]
public const var ERROR: int = 0;

Remarks

An item of this type indicates that an error has occurred. The processing of the input should be stopped.

See Also

FilterItemType Class | Okapi.Library.Filter Namespace