Optional
httpStatus: numberOptional
causeReadonly
codeA code for the error. Codes indicate the cause of the error. It is safe to write programmatic logic against the code. They are part of the API contract.
Optional
Readonly
constraint_A machine readable description of any constraint failures encountered by the query. Present only if this query encountered constraint failures.
Optional
Readonly
httpThe HTTP Status Code of the error.
Optional
Readonly
queryDetails about the query sent along with the response
Optional
stackStatic
Optional
prepareOptional override for formatting stack traces
Static
stack
An error response that is the result of the query failing during execution. QueryRuntimeError's occur when a bug in your query causes an invalid execution to be requested. The 'code' field will vary based on the specific error cause.