- Sort Score
- Result 10 results
- Languages All
Results 1 - 8 of 8 for InternalError (0.27 sec)
-
cmd/sts-errors.go
HTTPStatusCode: http.StatusServiceUnavailable, }, ErrSTSUpstreamError: { Code: "InternalError", Description: "An upstream service required for this operation failed - please try again or contact an administrator.", HTTPStatusCode: http.StatusInternalServerError, }, ErrSTSInternalError: { Code: "InternalError", Description: "We encountered an internal error generating credentials, please try again.",
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Wed Feb 05 00:29:41 UTC 2025 - 6K bytes - Viewed (0) -
docs/es/docs/tutorial/dependencies/dependencies-with-yield.md
{* ../../docs_src/dependencies/tutorial008d_an_py39.py hl[17] *} Ahora el cliente obtendrรก el mismo response *HTTP 500 Internal Server Error*, pero el servidor tendrรก nuestro `InternalError` personalizado en los registros. ๐ ## Ejecuciรณn de dependencias con `yield`
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Dec 30 18:26:57 UTC 2024 - 13K bytes - Viewed (0) -
docs/en/docs/tutorial/dependencies/dependencies-with-yield.md
{* ../../docs_src/dependencies/tutorial008d_an_py39.py hl[17] *} Now the client will get the same *HTTP 500 Internal Server Error* response, but the server will have our custom `InternalError` in the logs. ๐ ## Execution of dependencies with `yield` { #execution-of-dependencies-with-yield }
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:15:41 UTC 2025 - 12.7K bytes - Viewed (0) -
docs/pt/docs/tutorial/dependencies/dependencies-with-yield.md
/// {* ../../docs_src/dependencies/tutorial008d.py hl[15] *} //// Agora o cliente irรก receber a mesma resposta *HTTP 500 Internal Server Error*, mas o servidor terรก nosso `InternalError` personalizado nos logs. ๐ ## Execuรงรฃo de dependรชncias com `yield`
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 14.8K bytes - Viewed (0) -
docs/ko/docs/tutorial/dependencies/dependencies-with-yield.md
`raise`๋ฅผ ์ฌ์ฉํ์ฌ ๋์ผํ ์์ธ๋ฅผ ๋ค์ ๋ฐ์์ํฌ ์ ์์ต๋๋ค: {* ../../docs_src/dependencies/tutorial008d_an_py39.py hl[17] *} ์ด์ ํด๋ผ์ด์ธํธ๋ ๋์ผํ *HTTP 500 Internal Server Error* ์ค๋ฅ ์๋ต์ ๋ฐ๊ฒ ๋์ง๋ง, ์๋ฒ ๋ก๊ทธ์๋ ์ฌ์ฉ์ ์ ์ ์์ธ์ธ `InternalError"๊ฐ ๊ธฐ๋ก๋ฉ๋๋ค. ๐ ## `yield`๋ฅผ ์ฌ์ฉํ๋ ์์กด์ฑ์ ์คํ ์์ ์คํ ์์๋ ์๋ ๋ค์ด์ด๊ทธ๋จ๊ณผ ๊ฑฐ์ ๋น์ทํฉ๋๋ค. ์๊ฐ์ ์์์ ์๋๋ก ํ๋ฆ ๋๋ค. ๊ทธ๋ฆฌ๊ณ ๊ฐ ์ด์ ์ํธ ์์ฉํ๊ฑฐ๋ ์ฝ๋๋ฅผ ์คํํ๋ ๋ถ๋ถ ์ค ํ๋์ ๋๋ค. ```mermaid sequenceDiagram participant client as Client
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Feb 09 14:54:09 UTC 2025 - 14.2K bytes - Viewed (0) -
cmd/api-errors.go
Description: "You did not provide the number of bytes specified by the Content-Length HTTP header.", HTTPStatusCode: http.StatusBadRequest, }, ErrInternalError: { Code: "InternalError", Description: "We encountered an internal error, please try again.", HTTPStatusCode: http.StatusInternalServerError, }, ErrInvalidAccessKeyID: { Code: "InvalidAccessKeyId",
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Wed Apr 16 07:34:24 UTC 2025 - 93K bytes - Viewed (1) -
cmd/object-handlers.go
apiErr := errorCodes.ToAPIErr(s3Err) // If not set, convert or use BadRequest if s3Err == ErrNone { apiErr = toAPIError(ctx, err) if apiErr.Code == "InternalError" { // Convert generic internal errors to bad requests. apiErr = APIError{ Code: "BadRequest", Description: err.Error(), HTTPStatusCode: http.StatusBadRequest, }
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Sun Sep 07 16:13:09 UTC 2025 - 120.6K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.26.md
- Scheduler now retries updating a pod's status on `ServiceUnavailable` and `InternalError` errors, in addition to `net.ConnectionRefused` error. ([#111809](https://github.com/kubernetes/kubernetes/pull/111809), [@Huang-Wei](https://github.com/Huang-Wei))
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Thu Mar 14 16:24:51 UTC 2024 - 425.7K bytes - Viewed (0)