ErrorLimit
Sets the RaptorXML validation error limit. The limit parameter is of type int (Java), uint (COM/.NET), and specifies the number of errors to be reported before execution is halted. Use -1 to set limit to be unlimited (that is, all errors will be reported). The default value is 100.
COM and .NET
Signature: ErrorLimit(uint limit)
Java
Signature: public int setErrorLimit(int limit)