Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HH-102580 Add new error descriptions to documentation #836

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/errors.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 | переписка недоступна, так как в отклике ещё не было приглашения
Expand Down
4 changes: 4 additions & 0 deletions docs_eng/errors.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading