Skip to content
Docs Try Aspire

AtsError

Type
📦 Aspire.Hosting v13.2.0-preview.1.26159.1
type AtsError = {
code: string;
message: string;
capability?: string;
details?: AtsErrorDetails;
}

Fields

code string
message string
capability string optional
details AtsErrorDetails optional