| Age | Commit message (Collapse) | Author |
|
|
|
The functions generating errors in the executor should be changed anyway
when we provide better error messages from the executor, with the error
location and response path. So public definitions of these functions are
deprecated now and they are replaced by more generic functions in the
executor code.
|
|
Since it isn't possible to get a path during validation, without
executing the query.
|
|
|
|
An error can have multiple locations which are returned in a listt with
key "locations".
|
|
Fixes #32.
|
|
|