Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions modules/reference/pages/return-codes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,9 @@ Other RESTPP errors.
| `REST-12003`
| The query failed due to insufficient disk space.

| `REST-12004`
| The query failed because the engine encountered an invalid vertex ID. This usually occurs when the query references a vertex ID that does not exist. In rare cases, it may indicate an internal error. Check the RESTPP and GPE log files on the TigerGraph server using the request ID for more details.

| `REST-30000`
| The payload is invalid (general error).

Expand Down