Adds infrastructure_instance_check_auth_failed REST response

This commit is contained in:
Simone Mainardi 2020-11-20 11:44:49 +01:00
parent 064a806a5b
commit 8121f48e4a
2 changed files with 2 additions and 0 deletions

View file

@ -76,6 +76,7 @@ local rest_utils = {
infrastructure_instance_check_failed = { http_code = 409, rc = -43, str = "INFRASTRUCTURE_INSTANCE_CHECK_FAILED"},
infrastructure_instance_check_not_found = { http_code = 409, rc = -44, str = "INFRASTRUCTURE_INSTANCE_CHECK_NOT_FOUND"},
infrastructure_instance_check_invalid_rsp = { http_code = 409, rc = -45, str = "INFRASTRUCTURE_INSTANCE_CHECK_INVALID_RESPONSE"},
infrastructure_instance_check_auth_failed = { http_code = 409, rc = -46, str = "INFRASTRUCTURE_INSTANCE_CHECK_AUTH_FAILED"},
},
}
}