Что означает код ошибки Windows 774 (ERROR_ERRORS_ENCOUNTERED)?

 
Предыдущий Следующий
ERROR_BAD_ACCESSOR_FLAGS ERROR_NOT_CAPABLE

ERROR_ERRORS_ENCOUNTERED

Что означает ERROR_ERRORS_ENCOUNTERED

ERROR_ERRORS_ENCOUNTERED — при обработке запроса произошла одна или несколько ошибок.

Что проверить

Зафиксируйте точный API или системную операцию и фактические входные данные, при которых получен этот код.

  • Проверьте состояние объекта или компонента, прямо названного в сообщении, прежде чем менять системную конфигурацию или повторять операцию.
  • Используйте журнал именно этого компонента и исходный числовой код; общий текст ошибки сам по себе не определяет первопричину.

Исходная формулировка

  • one or more sub-operations failed while the overall request was being processed.
  • this result identifies the condition that this condition This aggregate status says the operation produced multiple per-item outcomes and at least one was unsuccessful. The actionable detail is usually stored in a status array, error object, property result, or diagnostic record returned alongside it.
  • Do not discard the detailed result collection. Decide whether partial success is acceptable, compensate only the items that changed, and report precise failed elements to the caller.
  • Retry after this result only when an external state relevant to this operation can actually change. When it is rooted in object state, unsupported capability, ownership, or invalid sequencing, an unchanged retry repeats the defect and can obscure the first useful diagnostic record.
  • APIs that continue after individual item failures.

Технические ссылки


Нужно найти другой код? Найти другой код состояния или ошибки.