error property

bool get error

Returns true if the query failed (has an error message).

Implementation

bool get error => !success;