Is it good idea to use status codes not described in HTTP standard for REST responses of a REST API?
For example:
- 470 or 770 - "User account not found"
- 471 or 771 - "User account avatar not found"
What can be a problem except coincidence with a new status code of the standard?
Is there a codes range can be used for REST API special needs?