-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update opengb -> backend rename (#1049)
Merge with rivet-gg/rivet-ee#141
- Loading branch information
1 parent
812b7e2
commit a5febc2
Showing
11 changed files
with
40 additions
and
82 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
4 changes: 2 additions & 2 deletions
4
errors/opengb/invalid-neon-project-config.md → ...rs/backend/invalid-neon-project-config.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
4 changes: 2 additions & 2 deletions
4
errors/opengb/invalid-variable.md → errors/backend/invalid-variable.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.