Interface Error


  • @Deprecated
    public interface Error
    Deprecated.
    ErrorHandlers have been deprecated and will be removed in Flyway 6.0 use statement-level callbacks instead.
    An error that occurred while executing a statement.
    • Method Detail

      • getCode

        int getCode()
        Deprecated.
        Returns:
        The error code.
      • getState

        String getState()
        Deprecated.
        Returns:
        The error state.
      • getMessage

        String getMessage()
        Deprecated.
        Returns:
        The error message.