GraphQL SchemaObject
ExecutionError
Represents an execution error returned by the runtime
Fields without arguments
| Name | Type | Description |
|---|---|---|
category | String | Category of the runtime error |
code | String | Code of the runtime error |
dependencies | JSON! | Dependency versions for the runtime error |
details | JSON | Structured runtime error details |
message | String | Message of the runtime error |
timestamp | BigInt | Unix epoch runtime timestamp in microseconds for the error |
version | String | Runtime version that returned the error |