Gets a translated message representing the state of the query. This
is either a message to say that the query is valid, or a message
containing any error that the query contains.
Returns:
a message describing the state of the query
getOffset
public java.lang.Integer getOffset()
Gets the offset of any error in the query, if the result was false.
Returns:
the offset of an error, or null if there is no error.