Skip to content

Commit 3563b91

Browse files
author
the ngrok rock 🪨
committed
automated generation of docs from buildkite
1 parent 027ae5d commit 3563b91

File tree

6 files changed

+80
-0
lines changed

6 files changed

+80
-0
lines changed

errors/err_ngrok_28000.mdx

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
mode: wide
3+
title: ERR_NGROK_28000
4+
keywords: ["ERR_NGROK_28000", "error 28000"]
5+
---
6+
7+
## Message
8+
Pod identity metadata too large:. `REASON`
9+
10+
11+
12+
13+
## Further help
14+
If you're having trouble resolving this error, please reach out to [support@ngrok.com](mailto:support@ngrok.com?subject=Help%20with%20ERR_NGROK_28000)
15+

errors/err_ngrok_28001.mdx

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
mode: wide
3+
title: ERR_NGROK_28001
4+
keywords: ["ERR_NGROK_28001", "error 28001"]
5+
---
6+
7+
## Message
8+
Failed to retrieve pod identity metadata: ensure pod has proper annotations and service account configuration
9+
10+
11+
12+
13+
## Further help
14+
If you're having trouble resolving this error, please reach out to [support@ngrok.com](mailto:support@ngrok.com?subject=Help%20with%20ERR_NGROK_28001)
15+

errors/err_ngrok_3814.mdx

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
mode: wide
3+
title: ERR_NGROK_3814
4+
keywords: ["ERR_NGROK_3814", "error 3814"]
5+
---
6+
7+
## Message
8+
Unsupported path: `PATH`; When using an ngrok-managed key the path must be one of: `SUPPORTEDPATHS`
9+
10+
11+
12+
13+
## Further help
14+
If you're having trouble resolving this error, please reach out to [support@ngrok.com](mailto:support@ngrok.com?subject=Help%20with%20ERR_NGROK_3814)
15+

errors/err_ngrok_3815.mdx

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
mode: wide
3+
title: ERR_NGROK_3815
4+
keywords: ["ERR_NGROK_3815", "error 3815"]
5+
---
6+
7+
## Message
8+
service_tier `TIER` is not supported with ngrok-managed keys. Use 'default' for openai or 'standard_only' for anthropic.
9+
10+
11+
12+
13+
## Further help
14+
If you're having trouble resolving this error, please reach out to [support@ngrok.com](mailto:support@ngrok.com?subject=Help%20with%20ERR_NGROK_3815)
15+

errors/err_ngrok_3816.mdx

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
mode: wide
3+
title: ERR_NGROK_3816
4+
keywords: ["ERR_NGROK_3816", "error 3816"]
5+
---
6+
7+
## Message
8+
model `MODEL` is not supported with ngrok-managed keys. Supported models for provider `PROVIDER` are: `SUPPORTEDMODELS`
9+
10+
11+
12+
13+
## Further help
14+
If you're having trouble resolving this error, please reach out to [support@ngrok.com](mailto:support@ngrok.com?subject=Help%20with%20ERR_NGROK_3816)
15+

snippets/errors/_err_ngrok_list.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -758,6 +758,9 @@
758758
| [ERR_NGROK_3811](/errors/err_ngrok_3811) | Input too large: `INPUTTOKENS` tokens (max `MAXALLOWED`). Shorten your prompt. See https://ngrok.com/docs/ai-gateway/guides/troubleshooting#err-ngrok-3811 for more information. |
759759
| [ERR_NGROK_3812](/errors/err_ngrok_3812) | Too many failed attempts to upstream providers, see https://ngrok.com/docs/ai-gateway/guides/debugging for more information debugging failed attempts. Errors: `ERRLIST` |
760760
| [ERR_NGROK_3813](/errors/err_ngrok_3813) | The gateway did not select any models compatible with the `APIFORMAT` API format. Update the gateway configuration to include providers/models that support the `APIFORMAT` format |
761+
| [ERR_NGROK_3814](/errors/err_ngrok_3814) | Unsupported path: `PATH`; When using an ngrok-managed key the path must be one of: `SUPPORTEDPATHS` |
762+
| [ERR_NGROK_3815](/errors/err_ngrok_3815) | service_tier `TIER` is not supported with ngrok-managed keys. Use 'default' for openai or 'standard_only' for anthropic. |
763+
| [ERR_NGROK_3816](/errors/err_ngrok_3816) | model `MODEL` is not supported with ngrok-managed keys. Supported models for provider `PROVIDER` are: `SUPPORTEDMODELS` |
761764
| [ERR_NGROK_3900](/errors/err_ngrok_3900) | CEL interpolation was unsuccessful in action `ACTIONTYPE` field `FIELD` |
762765
| [ERR_NGROK_3901](/errors/err_ngrok_3901) | CEL interpolation in action `ACTIONTYPE` field `FIELD` did not result in a valid regex. |
763766
| [ERR_NGROK_3902](/errors/err_ngrok_3902) | Buffering for the body was not successfully initialized for action type `ACTIONTYPE`. |
@@ -1453,3 +1456,5 @@
14531456
| [ERR_NGROK_27007](/errors/err_ngrok_27007) | The provided API key is invalid or does not exist. Verify the key is correct and has not been deleted. Keys begin with ng_. |
14541457
| [ERR_NGROK_27008](/errors/err_ngrok_27008) | This API key is scoped to a different gateway. Each key can only be used with the endpoint it was created for. Check the key's endpoint in the dashboard or create a new key for this gateway. |
14551458
| [ERR_NGROK_27009](/errors/err_ngrok_27009) | Failed to validate API key. Please try again later. |
1459+
| [ERR_NGROK_28000](/errors/err_ngrok_28000) | Pod identity metadata too large:. `REASON` |
1460+
| [ERR_NGROK_28001](/errors/err_ngrok_28001) | Failed to retrieve pod identity metadata: ensure pod has proper annotations and service account configuration |

0 commit comments

Comments
 (0)