- Sort Score
- Result 10 results
- Languages All
Results 11 - 20 of 1,211 for Errors (0.05 sec)
-
cmd/xl-storage-errors.go
func isSysErrCrossDevice(err error) bool { return errors.Is(err, syscall.EXDEV) } // Check if given error corresponds to too many open files func isSysErrTooManyFiles(err error) bool { return errors.Is(err, syscall.ENFILE) || errors.Is(err, syscall.EMFILE) } func osIsNotExist(err error) bool { return errors.Is(err, os.ErrNotExist) } func osIsPermission(err error) bool {
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Mon Mar 06 16:56:29 UTC 2023 - 3.8K bytes - Viewed (0) -
cmd/object-api-errors.go
return errors.As(err, &bkNotFound) } // isErrReadQuorum check if the error type is InsufficientReadQuorum func isErrReadQuorum(err error) bool { var rquorum InsufficientReadQuorum return errors.As(err, &rquorum) } // isErrWriteQuorum check if the error type is InsufficientWriteQuorum func isErrWriteQuorum(err error) bool { var rquorum InsufficientWriteQuorum return errors.As(err, &rquorum) }
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 09 02:05:14 UTC 2024 - 22.1K bytes - Viewed (0) -
docs/es/docs/tutorial/handling-errors.md
Los códigos de estado en el rango de 400 significan que hubo un error por parte del cliente. ¿Recuerdas todos esos errores de **"404 Not Found"** (y chistes)? ## Usa `HTTPException` Para devolver responses HTTP con errores al cliente, usa `HTTPException`. ### Importa `HTTPException` {* ../../docs_src/handling_errors/tutorial001.py hl[1] *}
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/ja/docs/tutorial/handling-errors.md
``` 以下のようなテキスト版を取得します: ``` 1 validation error path -> item_id value is not a valid integer (type=type_error.integer) ``` #### `RequestValidationError`と`ValidationError` /// warning | 注意 これらは今のあなたにとって重要でない場合は省略しても良い技術的な詳細です。 ///
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Jun 22 14:35:27 UTC 2025 - 11.6K bytes - Viewed (0) -
docs/pt/docs/tutorial/handling-errors.md
Os status codes na faixa dos 400 significam que houve um erro por parte do cliente. Você se lembra de todos aqueles erros (e piadas) a respeito do "**404 Not Found**"? ## Use o `HTTPException` Para retornar ao cliente *responses* HTTP com erros, use o `HTTPException`. ### Import `HTTPException` {* ../../docs_src/handling_errors/tutorial001.py hl[1] *}
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 9.9K bytes - Viewed (0) -
cmd/sts-errors.go
) // writeSTSErrorResponse writes error headers func writeSTSErrorResponse(ctx context.Context, w http.ResponseWriter, errCode STSErrorCode, err error) { stsErr := stsErrCodes.ToSTSErr(errCode) // Generate error response. stsErrorResponse := STSErrorResponse{} stsErrorResponse.Error.Code = stsErr.Code stsErrorResponse.RequestID = w.Header().Get(xhttp.AmzRequestID) stsErrorResponse.Error.Message = stsErr.Description if err != nil {
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Wed Feb 05 00:29:41 UTC 2025 - 6K bytes - Viewed (1) -
cmd/admin-handler-utils.go
// specific error. func toAdminAPIErrCode(ctx context.Context, err error) APIErrorCode { if errors.Is(err, errErasureWriteQuorum) { return ErrAdminConfigNoQuorum } return toAPIErrorCode(ctx, err) } // wraps export error for more context func exportError(ctx context.Context, err error, fname, entity string) APIError { if entity == "" {
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Wed Jul 03 07:17:20 UTC 2024 - 8.4K bytes - Viewed (0) -
src/main/resources/fess_message_es.properties
errors.failed_to_find_plugins=No se encontraron plugins disponibles. errors.failed_to_process_sso_request=No se pudo procesar la solicitud: {0} errors.property_required={0} es obligatorio. errors.property_type_integer={0} es un número. errors.property_type_long={0} es un número. errors.property_type_float={0} es un número. errors.property_type_double={0} es un número. errors.property_type_date={0} es una fecha.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 12.7K bytes - Viewed (0) -
src/main/resources/fess_message_ko.properties
errors.could_not_delete_logged_in_user=로그인한 사용자는 삭제할 수 없습니다. errors.unauthorized_request=권한이 없는 요청입니다. errors.failed_to_print_thread_dump=스레드 덤프를 인쇄하지 못했습니다. errors.file_is_not_supported={0}은(는) 지원되지 않습니다. errors.plugin_file_is_not_found={0}을(를) 찾을 수 없습니다. errors.failed_to_install_plugin={0}을(를) 설치하지 못했습니다. errors.failed_to_find_plugins=사용 가능한 플러그인을 찾을 수 없습니다. errors.failed_to_process_sso_request=요청을 처리하지 못했습니다: {0}
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 05 02:36:47 UTC 2025 - 14.1K bytes - Viewed (0) -
src/main/resources/fess_message_pl.properties
errors.could_not_delete_logged_in_user=Nie można usunąć zalogowanego użytkownika. errors.unauthorized_request=Nieautoryzowane żądanie. errors.failed_to_print_thread_dump=Nie można wydrukować zrzutu wątków. errors.file_is_not_supported={0} nie jest obsługiwany. errors.plugin_file_is_not_found={0} nie znaleziono. errors.failed_to_install_plugin=Nie można zainstalować {0}. errors.failed_to_find_plugins=Nie znaleziono dostępnych wtyczek.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 12.5K bytes - Viewed (0)