Documentation Language: Swift

Structure

ATLErrorContext

Error context for tracking issues during ATL execution.

struct ATLErrorContext

Topics

Operators

?
==(_:_:)

Equality comparison for testing.

Instance Properties

V
errors

Error messages collected during execution.

V
hasErrors

Check if there are any errors.

V
hasWarnings

Check if there are any warnings.

V
timeline

Timeline of events for debugging.

V
warnings

Warning messages collected during execution.

Instance Methods

F
summary()

Get a summary of all errors and warnings.

Default Implementations

Relationships

Conforms To