Skip to content
Docs Try Aspire

AtsErrorDetails

Type
📦 Aspire.Hosting v13.2.0-preview.1.26159.1
type AtsErrorDetails = {
parameter?: string;
expected?: string;
actual?: string;
}

Fields

parameter string optional
expected string optional
actual string optional