Interface Context


  • @Deprecated
    public interface Context
    Deprecated.
    ErrorHandlers have been deprecated and will be removed in Flyway 6.0 use statement-level callbacks instead.
    The context passed to an error handler.

    Flyway Pro and Flyway Enterprise only

    • Method Detail

      • getWarnings

        List<Warning> getWarnings()
        Deprecated.
        Returns:
        The warnings that were raised during a migration.
      • getErrors

        List<Error> getErrors()
        Deprecated.
        Returns:
        The errors that were thrown during a migration.