Skip to content

Error Codes

Peter Kaufman edited this page Feb 9, 2020 · 2 revisions

Here is a list of error codes and what they mean:

General

1000- There was an error when serializing the database snapshot 1001- There was an error while writing the list of last statements run to a the last run file 1002- There was an error while trying to write to the the log file 1003- There was an error when trying to deserialize the database snapshot 1004- There was an error when trying to read from the specified file 1005- There was an unknown error when trying to take a snapshot of the database 1006- There was an unknown error when trying to compare the databases 1007- There was an unknown error when trying to setup the databases 1008- There was an unknown error when trying to run the statements from the compare 1011- There was an error when trying to close the connection to an SQL database 1012- There was an error when trying to run an SQL statement 1019- There was an error determining what database implementation to check for

Couchbase

1009- There was an error while trying to connect to a Couchbase bucket 1010- There was an unknown error when trying to connect to the Couchbase bucket

MySQL

1013- There was an error when trying to connect to a MySQL database 1014- There was an error when trying to get the create statement of a MySQL table 1015- There was an error when trying to get the create statement of a MySQL view 1016- There was an error when testing the connection to the MySQL database 1017- There was an error when getting data collected about a MySQL table 1018- There was an error when getting data collected about a MySQL view

SQLite

1020- There was an error when trying to connect to a SQLite database 1021- There was an error when trying to get the create statement of a SQLite table 1022- There was an error when trying to get the create statement of a SQLite view 1023- There was an error when testing the connection to the SQLite database 1024- There was an error when getting data collected about a SQLite table

MongoDB

1025- There was an error connecting to the Mongo database 1026- There was an error when testing the connection to the Mongo database

Clone this wiki locally