type

OperationError

The stable code, HTTP status, message, validation issues, cause, and commit-state error returned across operation boundaries.

Source ridu.go:97

Codestring
The stable machine-readable Ridu error code.
Statusint
The corresponding HTTP status when the failure crosses HTTP.
Messagestring
A safe human-readable summary.
Issues[]schema.Issue
Path-aware validation or configuration issues.
Causeerror
The trusted wrapped cause available to local callers.
Committedbool
Reports that durable commit succeeded before a later after-commit effect failed.
CommitAttemptedbool
Reports that commit was sent but its durable outcome is unknown.

When CommitAttempted is true, retain and reconcile external resources instead of eagerly rolling them back. OperationError implements Error and Unwrap.