type
EditError
EditError identifies a failed explicit authoring edit. Failed transactions return the original graph and publish no partial changes.
Properties
| Property | Type | Description |
|---|---|---|
Code | string | The Code value. |
Name | string | The Name value. |
Expected | string | Expected and Actual name the concrete field shapes for incompatible edits. |
Actual | string | The Actual value. |
Full signature
type EditError struct {
Code string
Name string
// Expected and Actual name the concrete field shapes for incompatible edits.
Expected string
Actual string
}Methods
EditError.Error()Public method EditError.Error from github.com/riducms/ridu/field.