Skip to content
Docs Try Aspire

CapabilityError

Handle
📦 Aspire.Hosting v13.2.0-preview.1.26159.1
interface CapabilityError extends Error {
readonly error: AtsError;
readonly code: string;
readonly capability: string | undefined;
}

Properties

property error AtsError get
The structured error from the server
property code string get
Machine-readable error code
property capability string | undefined get
The capability that failed (if applicable)