The result of the query resulting in
Optional
abort?: QueryValueThe user provided value passed to the originating abort()
call.
Present only when the query encountered an abort()
call, which is
denoted by the error code "abort"
A predefined code which indicates the type of error. See XXX for a list of error codes.
Optional
constraint_A machine readable description of any constraint failures encountered by the query. Present only if this query encountered constraint failures.
A short, human readable description of the error
A decoded response from a failed query to Fauna. Integrations which only want to report a human readable version of the failure can simply print out the "summary" field.