Versions in this module Expand all Collapse all v0 v0.2.0 Dec 29, 2025 Changes in this version + const ErrCFAPIDown + const ErrCFAPIRateLimit + const ErrCFLoginFailed + const ErrCFParseFailed + const ErrCFSubmitFailed + const ErrCFWebChanged + const ErrCredentialsMissing + const ErrEnvCorrupt + const ErrEnvMissing + const ErrHandleNotSet + const ErrMigrationFailed + const ErrNetworkDNS + const ErrNetworkOffline + const ErrNetworkTimeout + const ErrSchemaIncompatible + const ErrSchemaInvalid + const ErrSessionExpired + const ErrWorkspaceCorrupt + const ErrWorkspaceNotFound + var Registry = map[string]*AppError + type AppError struct + Action RecoveryAction + Category Category + Cause error + Code string + Details string + Message string + Recoverable bool + Suggestion string + func New(code string) *AppError + func Wrap(code string, cause error) *AppError + func (e *AppError) Error() string + func (e *AppError) Unwrap() error + func (e *AppError) WithDetails(details string) *AppError + func (e *AppError) WithSuggestion(suggestion string) *AppError + type Category int + const CatExternal + const CatInternal + const CatNetwork + const CatUser + func (c Category) String() string + type RecoveryAction int + const ActionAutoFix + const ActionFatal + const ActionManualFix + const ActionNone + const ActionRetry + const ActionUserPrompt