The RepsitoryScriptInitError enumeration contains a list of errors that can occur when creating/updating the repository.
It is used by the following method:
| Value | Brief description |
| 0 | None. There are no mistakes. |
| 1 | NoTables. There are no repository tables in the specified base. |
| 2 | TablesAlreadyExist. The repository tables have already existed in the specified base. |
| 3 | EmptyRepository. Empty repository for updating. |
| 4 | CannotUpdateVers. It is impossible to update the current repository version. |
| 5 | UnicodeMismatch. Unicode version of the repository in the base and in the specified file does not correspond. |
| 6 | Unknown. Unknown error. |
See also: