mirror of
https://github.com/zhigang1992/graphql-engine.git
synced 2026-06-17 11:12:14 +08:00
4.2 KiB
4.2 KiB
| 1 | Status Code | Code | Error |
|---|---|---|---|
| 2 | 400 | postgres-error | Not-NULL violation. null value in column <column-name> violates not-null constraint |
| 3 | 400 | permission-denied | select on <column/table> for role <role-name> is not allowed. |
| 4 | 400 | not-exists | table <table-name> does not exist |
| 5 | 400 | not-exists | no such table/view exists in postgres : <table-name> |
| 6 | 400 | not-exists | <field-name> does not exist |
| 7 | 400 | already-tracked | view/table already tracked : <table-name> |
| 8 | 400 | access-denied | restricted access : admin only |
| 9 | 400 | not-supported | table renames are not yet supported : <table-name> |
| 10 | 400 | not-exists | <column-name> does not exist |
| 11 | 400 | already-exists | cannot add column <column-name> in table <table-name> as a relationship with the name already exists |
| 12 | 400 | invalid-json | invalid json |
| 13 | 400 | not-supported | column renames are not yet supported : <table-name>.<column-name> |
| 14 | 400 | invalid-headers | missing header : <header-name> |
| 15 | 400 | dependency-error | cannot change type of column <column-name> in table <table-name> because of the following dependencies : <dependencies> |
| 16 | 400 | invalid-headers | X-Hasura-User-Id should be an integer |
| 17 | 400 | dependency-error | cannot drop due to the following dependent objects : <dependencies> |
| 18 | 400 | access-denied | You have to be admin to access this endpoint |
| 19 | 400 | parse-failed | parsing dotted table failed : <table-name> |
| 20 | 400 | access-denied | not authorised to access this tx |
| 21 | 400 | already-exists | multiple declarations exist for the following <table-name> : <duplicates> |
| 22 | 400 | not-exists | tx does not exists |
| 23 | 400 | already-exists | column/relationship of table <table-name> already exists |
| 24 | 400 | already-initialised | the state seems to be initialised already. \ \ you may need to migrate from this version: <catalog-version> |
| 25 | 400 | constraint-error | no foreign constraint exists on the given column |
| 26 | 400 | not-supported | unsupported version : <catalog-version> |
| 27 | 400 | constraint-error | more than one foreign key constraint exists on the given column |
| 28 | 400 | already-exists | the query template already exists <template-name> |
| 29 | 400 | permission-error | <permission-type>' permission on <table-name> for role <role-name> already exists |
| 30 | 400 | permission-error | <permission-type>' permission on <table-name> for role <role-name> does not exist |
| 31 | 400 | unexpected-payload | Unknown operator : <operator-type> |
| 32 | 400 | unexpected-payload | expecting a string for column operator |
| 33 | 400 | unexpected-payload | incompatible column types : '<column-name>', '<column-name>' |
| 34 | 400 | unexpected-payload | Expecting 'constraint' or 'constraint_on' when the 'action' is 'update' |
| 35 | 400 | unexpected-payload | constraint' and 'constraint_on' cannot be set at a time |
| 36 | 400 | unexpected-payload | upsert is not allowed for role '<role-name>' |
| 37 | 400 | unexpected-payload | objects should not be empty |
| 38 | 400 | invalid-params | missing parameter : <param-name> |
| 39 | 400 | unexpected-payload | can't be empty |
| 40 | 400 | <col-name>' is a relationship and should be expanded | |
| 41 | 400 | unexpected-payload | <column-name>' should be included in 'columns' |
| 42 | 400 | unexpected-payload | <column-name>' is an array relationship and can't be used in 'order_by' |
| 43 | 400 | <column-name>' is a Postgres column and cannot be chained further | |
| 44 | 400 | unexpected-payload | order_by array should not be empty |
| 45 | 400 | unexpected-payload | when selecting an 'obj_relationship' 'where', 'order_by', 'limit' and 'offset' can't be used |
| 46 | 400 | unexpected-payload | atleast one of $set, $inc, $mul has to be present |
| 47 | 400 | permission-denied | <permission-type> on <table-name> for role <role-name> is not allowed |
| 48 | 400 | not-exists | no such column exists : <column-name> |
| 49 | 400 | permission-denied | role <role-name> does not have permission to <permission-type> column <column-name> |
| 50 | 400 | expecting a postgres column; but, <name> is relationship | |
| 51 | 400 | unexpected-payload | JSON column can not be part of where clause |
| 52 | 400 | unexpected-payload | is of type <type-name>; this operator works only on column of types <[types]> |
| 53 | 400 | postgres-error | query execution failed |
| 54 | 500 | unexpected | unexpected dependency of relationship : <dependency> |
| 55 | 500 | unexpected | unexpected dependent object : <dependency> |
| 56 | 500 | unexpected | field already exists |
| 57 | 500 | unexpected | field does not exist |
| 58 | 500 | unexpected | permission does not exist |
| 59 | 500 | postgres-error | postgres transaction error |
| 60 | 500 | postgres-error | connection error |
| 61 | 500 | postgres-error | postgres query error |
| 62 | 404 | not-found | No such resource exists |