Skip to main content

OperationFailureCode

Stable, user-facing reason an async operation ended in a terminal failure. Orthogonal to operationStatus (which is the outcome), this answers "why". Kept intentionally minimal; unknown/unclassified causes fall back to internal.

insufficientCapacity — The cluster had no node that could fit the requested configuration. timeout — The operation did not complete within its allotted time. internal — Any other/unclassified failure (fallback).

stringOperationFailureCode (string)

Stable, user-facing reason an async operation ended in a terminal failure. Orthogonal to operationStatus (which is the outcome), this answers "why". Kept intentionally minimal; unknown/unclassified causes fall back to internal.

insufficientCapacity — The cluster had no node that could fit the requested configuration. timeout — The operation did not complete within its allotted time. internal — Any other/unclassified failure (fallback).

Possible values: [insufficientCapacity, timeout, internal]

OperationFailureCode
"insufficientCapacity"