Documentation Language: Swift

Enumeration

EMFCommandError

Errors that can occur during command execution, undo, or redo operations.

enum EMFCommandError

Topics

Enumeration Cases

E
EMFCommandError.executionFailed(_:)

The command execution failed.

E
EMFCommandError.invalidState(_:)

The command is in an invalid state.

E
EMFCommandError.redoFailed(_:)

The redo operation failed.

E
EMFCommandError.redoNotSupported

The command cannot be redone.

E
EMFCommandError.resourceUnavailable(_:)

A required resource or object is not available.

E
EMFCommandError.stateConflict(_:)

The command conflicts with the current model state.

E
EMFCommandError.undoFailed(_:)

The undo operation failed.

E
EMFCommandError.undoNotSupported

The command cannot be undone.

Instance Properties

Default Implementations

Relationships

Conforms To