Interface Error


  • public interface Error
    An error that occurred while executing a statement.

    Flyway Pro and Flyway Enterprise only

    • Method Detail

      • getCode

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

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

        String getMessage()
        Returns:
        The error message.