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;
An item of this type indicates that an error has occurred. The processing of the input should be stopped.
FilterItemType Class | Okapi.Library.Filter Namespace