public interface ErrorHandler
Flyway Pro and Flyway Enterprise only
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
handle(Context context) |
Handles warnings and errors that occurred during a migration.
|
boolean handle(Context context)
context - The context.true if they were handled, false if they weren't and Flyway should fall back to its default handling.Copyright © 2018. All rights reserved.