documentation/Reference/Exit codes and error codes/Validate error codes.md
These error codes are surfaced when running validate or validateWithResult.
VALIDATE_ERRORinvalidMigrations on the validate result to see the required actionsSCHEMA_DOES_NOT_EXISTcreateSchemasFAILED_REPEATABLE_MIGRATIONrepair to fix the schema historyFAILED_VERSIONED_MIGRATIONrepair to fix the schema historyAPPLIED_REPEATABLE_MIGRATION_NOT_RESOLVEDrepair to mark the migration as deletedAPPLIED_VERSIONED_MIGRATION_NOT_RESOLVEDrepair to mark the migration as deletedRESOLVED_REPEATABLE_MIGRATION_NOT_APPLIEDignoreMigrationPatterns to *:ignoredRESOLVED_VERSIONED_MIGRATION_NOT_APPLIEDignoreMigrationPatterns to *:ignored and to allow executing this migration enable outOfOrderOUTDATED_REPEATABLE_MIGRATIONmigrate to execute this migrationTYPE_MISMATCHBASELINE, SQL, UNDO_SQL, ...) is different from the applied migration'srepair to update the schema historyCHECKSUM_MISMATCHrepair to update the schema historyDESCRIPTION_MISMATCHrepair to update the schema history