Skip to content
Merged
Show file tree
Hide file tree
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
9 changes: 9 additions & 0 deletions errors/backend/env-not-found.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
name = "BACKEND_ENV_NOT_FOUND"
description = "Backend environment not found."
http_status = 404
---

# Backend Environment Not Found

The requested environment could not be found.
9 changes: 9 additions & 0 deletions errors/backend/env-update-failed.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
name = "BACKEND_ENV_UPDATE_FAILED"
description = "Failed to update Backend environment: {reason}."
http_status = 400
---

# Backend Environment Update Failed

The environment could not be updated for the provided reason.
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
name = "OPENGB_INVALID_NEON_PROJECT_CONFIG"
name = "BACKEND_INVALID_NEON_PROJECT_CONFIG"
description = "Neon project config is invalid: {reason}."
http_status = 400
---

# OpenGB Invalid Neon Project Config
# Backend Invalid Neon Project Config

The Neon project config given was invalid. See https://api-docs.neon.tech/reference/updateproject for more
info.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
name = "OPENGB_INVALID_VARIABLE"
name = "BACKEND_INVALID_VARIABLE"
description = "Environment variable is invalid: {reason}."
http_status = 400
---

# OpenGB Invalid Variable
# Backend Invalid Variable

A provided environment variable is invalid.
9 changes: 9 additions & 0 deletions errors/backend/module-db-not-found.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
name = "BACKEND_MODULE_DB_NOT_FOUND"
description = "Backend module database not found."
http_status = 404
---

# Backend Module DB Not Found

The requested module database could not be found.
9 changes: 9 additions & 0 deletions errors/backend/project-not-found.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
name = "BACKEND_PROJECT_NOT_FOUND"
description = "Backend project not found."
http_status = 404
---

# Backend Project Not Found

The requested project could not be found.
9 changes: 0 additions & 9 deletions errors/opengb/env-not-found.md

This file was deleted.

9 changes: 0 additions & 9 deletions errors/opengb/env-update-failed.md

This file was deleted.

9 changes: 0 additions & 9 deletions errors/opengb/module-db-not-found.md

This file was deleted.

9 changes: 0 additions & 9 deletions errors/opengb/project-not-found.md

This file was deleted.

42 changes: 0 additions & 42 deletions proto/backend/opengb.proto

This file was deleted.