- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for Wrestlers (0.14 sec)
-
docs/em/docs/tutorial/handling-errors.md
### π π¨ π₯ π©βπ» π¨ `http://example.com/items/foo` ( `item_id` `"foo"`), π π©βπ» π π¨ πΊπΈπ π π 2οΈβ£0οΈβ£0οΈβ£, & π» π¨: ```JSON { "item": "The Foo Wrestlers" } ``` βοΈ π₯ π©βπ» π¨ `http://example.com/items/bar` (π«-π« `item_id` `"bar"`), π π©βπ» π π¨ πΊπΈπ π π 4οΈβ£0οΈβ£4οΈβ£ ("π« π" β), & π» π¨: ```JSON { "detail": "Item not found" } ```
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 8.1K bytes - Viewed (0) -
docs/es/docs/tutorial/handling-errors.md
### El response resultante Si el cliente solicita `http://example.com/items/foo` (un `item_id` `"foo"`), ese cliente recibirΓ‘ un cΓ³digo de estado HTTP de 200, y un response JSON de: ```JSON { "item": "The Foo Wrestlers" } ``` Pero si el cliente solicita `http://example.com/items/bar` (un `item_id` inexistente `"bar"`), ese cliente recibirΓ‘ un cΓ³digo de estado HTTP de 404 (el error "no encontrado"), y un response JSON de: ```JSON
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Dec 30 18:26:57 UTC 2024 - 9.6K bytes - Viewed (0) -
docs/en/docs/tutorial/handling-errors.md
If the client requests `http://example.com/items/foo` (an `item_id` `"foo"`), that client will receive an HTTP status code of 200, and a JSON response of: ```JSON { "item": "The Foo Wrestlers" } ``` But if the client requests `http://example.com/items/bar` (a non-existent `item_id` `"bar"`), that client will receive an HTTP status code of 404 (the "not found" error), and a JSON response of: ```JSON {
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:15:41 UTC 2025 - 9.4K bytes - Viewed (0)