Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 10 of 395 for error_ (0.04 seconds)

  1. docs/es/docs/tutorial/handling-errors.md

            }
        ]
    }
    ```
    
    obtendrás una versión en texto, con:
    
    ```
    Validation errors:
    Field: ('path', 'item_id'), Error: Input should be a valid integer, unable to parse string as an integer
    ```
    
    ### Sobrescribir el manejador de errores de `HTTPException` { #override-the-httpexception-error-handler }
    
    De la misma manera, puedes sobrescribir el manejador de `HTTPException`.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:15:55 GMT 2026
    - 9.6K bytes
    - Click Count (0)
  2. docs/de/docs/tutorial/handling-errors.md

            }
        ]
    }
    ```
    
    eine Textversion mit:
    
    ```
    Validation errors:
    Field: ('path', 'item_id'), Error: Input should be a valid integer, unable to parse string as an integer
    ```
    
    ### Überschreiben des `HTTPException`-Fehlerhandlers { #override-the-httpexception-error-handler }
    
    Auf die gleiche Weise können Sie den `HTTPException`-Handler überschreiben.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 17:58:09 GMT 2026
    - 10.3K bytes
    - Click Count (0)
  3. docs/ru/docs/tutorial/handling-errors.md

            }
        ]
    }
    ```
    
    вы получите текстовую версию:
    
    ```
    Validation errors:
    Field: ('path', 'item_id'), Error: Input should be a valid integer, unable to parse string as an integer
    ```
    
    ### Переопределите обработчик ошибок `HTTPException` { #override-the-httpexception-error-handler }
    
    Аналогичным образом можно переопределить обработчик `HTTPException`.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 17:56:20 GMT 2026
    - 14K bytes
    - Click Count (0)
  4. docs/uk/docs/tutorial/handling-errors.md

            }
        ]
    }
    ```
    
    ви отримаєте текстову версію:
    
    ```
    Validation errors:
    Field: ('path', 'item_id'), Error: Input should be a valid integer, unable to parse string as an integer
    ```
    
    ### Перевизначення обробника помилок `HTTPException` { #override-the-httpexception-error-handler }
    
    Аналогічно, ви можете перевизначити обробник `HTTPException`.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:27:41 GMT 2026
    - 13.9K bytes
    - Click Count (0)
  5. docs/tr/docs/tutorial/handling-errors.md

            }
        ]
    }
    ```
    
    şu şekilde bir metin (text) versiyonu alırsınız:
    
    ```
    Validation errors:
    Field: ('path', 'item_id'), Error: Input should be a valid integer, unable to parse string as an integer
    ```
    
    ### `HTTPException` Hata Handler’ını Override Etmek { #override-the-httpexception-error-handler }
    
    Benzer şekilde `HTTPException` handler’ını da override edebilirsiniz.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 07:53:17 GMT 2026
    - 9.7K bytes
    - Click Count (0)
  6. docs/fr/docs/tutorial/handling-errors.md

            }
        ]
    }
    ```
    
    vous obtiendrez une version texte, avec :
    
    ```
    Validation errors:
    Field: ('path', 'item_id'), Error: Input should be a valid integer, unable to parse string as an integer
    ```
    
    ### Remplacer le gestionnaire d'erreurs `HTTPException` { #override-the-httpexception-error-handler }
    
    De la même manière, vous pouvez remplacer le gestionnaire de `HTTPException`.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:37:13 GMT 2026
    - 10K bytes
    - Click Count (0)
  7. docs/zh/docs/tutorial/handling-errors.md

                "type": "type_error.integer"
            }
        ]
    }
    ```
    
    将得到如下文本内容:
    
    ```
    Validation errors:
    Field: ('path', 'item_id'), Error: Input should be a valid integer, unable to parse string as an integer
    ```
    
    ### 覆盖 `HTTPException` 错误处理器 { #override-the-httpexception-error-handler }
    
    同理,也可以覆盖 `HTTPException` 的处理器。
    
    例如,只为这些错误返回纯文本响应,而不是 JSON:
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 17:06:37 GMT 2026
    - 8.2K bytes
    - Click Count (0)
  8. docs/zh-hant/docs/tutorial/handling-errors.md

                "type": "type_error.integer"
            }
        ]
    }
    ```
    
    你將會改而得到文字版:
    
    ```
    Validation errors:
    Field: ('path', 'item_id'), Error: Input should be a valid integer, unable to parse string as an integer
    ```
    
    ### 覆寫 `HTTPException` 的錯誤處理器 { #override-the-httpexception-error-handler }
    
    同樣地,你也可以覆寫 `HTTPException` 的處理器。
    
    例如,你可能想在這些錯誤時回傳純文字而非 JSON:
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 17:05:38 GMT 2026
    - 8.3K bytes
    - Click Count (0)
  9. docs/pt/docs/tutorial/handling-errors.md

    # Manipulação de erros { #handling-errors }
    
    Há diversas situações em que você precisa notificar um erro a um cliente que está utilizando a sua API.
    
    Esse cliente pode ser um browser com um frontend, o código de outra pessoa, um dispositivo IoT, etc.
    
    Pode ser que você precise comunicar ao cliente que:
    
    * O cliente não tem direitos para realizar aquela operação.
    * O cliente não tem acesso aquele recurso.
    * O item que o cliente está tentando acessar não existe.
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:20:43 GMT 2026
    - 10.1K bytes
    - Click Count (0)
  10. docs/ko/docs/tutorial/handling-errors.md

            }
        ]
    }
    ```
    
    다음과 같은 텍스트 버전을 받게 됩니다:
    
    ```
    Validation errors:
    Field: ('path', 'item_id'), Error: Input should be a valid integer, unable to parse string as an integer
    ```
    
    ### `HTTPException` 오류 핸들러 오버라이드하기 { #override-the-httpexception-error-handler }
    
    같은 방식으로 `HTTPException` 핸들러도 오버라이드할 수 있습니다.
    
    예를 들어, 이런 오류들에 대해 JSON 대신 일반 텍스트 응답을 반환하고 싶을 수 있습니다:
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 14:06:26 GMT 2026
    - 10.2K bytes
    - Click Count (0)
Back to Top