Contents

MigrationStatus.failure(_:)

The migration failed with an error.

Declaration

case failure(any Error)

Discussion

Inspect the associated value to retrieve the Error that caused migration to fail.

See Also

Examining migration statuses