Class ErrorOutput

    • Constructor Detail

      • ErrorOutput

        public ErrorOutput​(ErrorCode errorCode,
                           java.lang.String message,
                           java.lang.String stackTrace)
    • Method Detail

      • fromException

        public static ErrorOutput fromException​(java.lang.Exception exception)
      • fromMigrateException

        public static MigrateErrorResult fromMigrateException​(org.flywaydb.core.internal.command.DbMigrate.FlywayMigrateException exception)