| Предыдущий | Следующий |
| ERROR_ERRORS_ENCOUNTERED | ERROR_REQUEST_OUT_OF_SEQUENCE |
ERROR_NOT_CAPABLE
Что означает ERROR_NOT_CAPABLE
ERROR_NOT_CAPABLE — реализация не поддерживает выполнение этого запроса.
Что проверить
Проверьте документированные допустимые состояния объекта для этого вызова.
- Определите переход, который должен быть выполнен перед текущей операцией.
- Если режим принципиально не поддерживается, используйте предусмотренную API альтернативу.
Исходная формулировка
the selected implementation does not support the requested operation.
storage or database features unavailable in a chosen backend.
this result identifies the condition that this condition The request is understood, but the component lacks the necessary capability in its current implementation, mode, or negotiated feature set.
This differs from access denied: granting more privilege will not add an unimplemented feature. It also differs from invalid arguments, because the request may be valid for another provider.
Negotiate capabilities before enabling the feature and provide a documented fallback where one exists. Repeated retries against the same implementation and configuration are not useful because capability does not change transiently.
Технические ссылки
Нужно найти другой код? Найти другой код состояния или ошибки.
