Documentation
¶
Overview ¶
Package actionableerror owns the stable CLI/MCP recovery guidance envelope.
Index ¶
Constants ¶
View Source
const SchemaVersionV1 = "stackkit.actionable-error/v1"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Contract ¶
type Contract struct {
SchemaVersion string `json:"schemaVersion"`
Code string `json:"code"`
ReasonCode string `json:"reasonCode"`
Message string `json:"message"`
UserGuidance []string `json:"userGuidance"`
Retryable bool `json:"retryable"`
// RetryAfter is the RFC 3339 UTC time an external authority named for the
// next attempt; it is omitted when no authority named one.
RetryAfter string `json:"retryAfter,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.