Version: 2022.2

QueryErrorConstructor

切换到手册
public QueryError ();
public QueryError (int index, string reason);
public QueryError (int index, int length, string reason);

参数

index Index where the error happened.
reason Reason why the parsing failed.
length Length of the block that was being parsed.

描述

Construct a new QueryError.