# Config parsing errors. err_deployer_sock_empty=11 err_deployer_sock_dir_not_directory=12 err_deployer_sock_dir_not_writable=13 err_deployer_sock_already_in_use=14 err_deployer_sock_not_exist=15 err_repos_dir_empty=19 err_repos_dir_not_directory=20 err_repos_dir_not_accessible=21 err_rpms_dir_empty=22 err_rpms_dir_not_directory=23 err_rpms_dir_not_accessible=24 err_runner_username_empty=25 err_runner_user_not_exist=26 err_deployer_timeout_empty=27 err_deployer_timeout_not_valid=28 err_runner_sock_empty=29 err_runner_sock_dir_not_directory=30 err_runner_sock_dir_not_writable=31 err_runner_sock_already_in_use=32 err_runner_sock_not_exist=33 err_deployer_username_empty=34 err_deployer_user_not_exist=35 err_runner_cloning_dir_empty=36 err_runner_cloning_dir_not_directory=37 err_runner_cloning_dir_not_writable=38 err_runner_timeout_empty=39 err_runner_timeout_not_valid=40 err_git_runner_groupname_empty=41 err_git_runner_group_not_exist=42 err_runner_deployer_groupname_empty=43 err_runner_deployer_group_not_exist=44 err_pipeline_sock_dir_empty=45 err_pipeline_sock_dir_not_directory=46 err_pipeline_sock_dir_not_writable=47 # JSON parsing errors err_json_bad_format=51 err_pkg_name_missing=52 err_pkg_name_empty=53 err_repo_dir_not_exist=54 err_pkg_version_missing=55 err_pkg_version_empty=56 err_rpm_path_not_exist=57 err_repo_name_missing=58 err_repo_name_empty=59 err_repo_hash_missing=60 err_repo_hash_empty=61 err_repo_tag_empty=62 # Operationnal errors. err_clone_repo=101 err_checkout_hash=102 err_check_format=103 err_check_linting=104 err_unit_test=105 err_add_tag=106 err_make_tarball=107 err_rpm_build=108 err_rpm_upgrade=109 err_rpm_install=110