Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


QueryError

Construct a new QueryError.
Read time 1 minuteLast updated 6 days ago

Definition

QueryError()

Construct a new QueryError.
public QueryError()

QueryError(int, string)

Construct a new QueryError.
public QueryError(int index, string reason)

Parameters

index

Index where the error happened.

reason

Reason why the parsing failed.

QueryError(int, int, string)

Construct a new QueryError.
public QueryError(int index, int length, string reason)

Parameters

index

Index where the error happened.

length

Length of the block that was being parsed.

reason

Reason why the parsing failed.