diff --git a/docs/errors.md b/docs/errors.md index 463ea5a9..72904adf 100644 --- a/docs/errors.md +++ b/docs/errors.md @@ -283,6 +283,10 @@ HTTP code | type | value | описание 403 | negotiations | too_long_message | передан слишком длинный текст письма 403 | negotiations | address_not_found | переданный к действию по адрес не существует, либо принадлежит другому работодателю 403 | negotiations | not_enough_purchased_services | не хватает оплаченных услуг, обычно [доступа к базе резюме](https://hh.ru/price#dbaccess) +403 | negotiations | reached_the_daily_limit_for_the_manager | достигли суточного лимита по менеджеру +403 | negotiations | reached_employers_daily_limit | достигли суточного лимита по работодателю +403 | negotiations | reached_quota_limit | достигли лимита по квоте +403 | negotiations | no_access_to_resume_database | нет доступа к базе резюме 403 | negotiations | in_a_row_limit | превышено количество последовательных сообщений в переписке, оппонент должен ответить на сообщение, чтобы появилась возможность писать вновь 403 | negotiations | overall_limit | превышен лимит сообщений 403 | negotiations | no_invitation | переписка недоступна, так как в отклике ещё не было приглашения diff --git a/docs_eng/errors.md b/docs_eng/errors.md index e25c45b3..d06ec63f 100644 --- a/docs_eng/errors.md +++ b/docs_eng/errors.md @@ -283,6 +283,10 @@ HTTP code| type| value| description 403 | negotiations | address_not_found | the address sent for the action does not exist or belongs to another employer 403 | negotiations | not_enough_purchased_services | the required paid services are not available, this usually refers to [access to the resume database](https://hh.ru/price#dbaccess) 403 | negotiations | not_enough_purchased_services | the paid services are insufficient, usually [CV database service](https://hh.ru/price#dbaccess) +403 | negotiations | reached_the_daily_limit_for_the_manager | reached the daily limit for the manager +403 | negotiations | reached_employers_daily_limit | reached the daily limit for the employer +403 | negotiations | reached_quota_limit | reached quota limit +403 | negotiations | no_access_to_resume_database | no access to resume database 403 | negotiations | in_a_row_limit | the number of successive messages is exceeded; the opponent must reply to the message in order the employer is able to send new messages 403 | negotiations | overall_limit | messages limit exceeded 403 | negotiations | no_invitation | negotiations are unavailable as there was no invitation in the response