@@ -0,0 +1,14 @@
+description: Bad Request
+content:
+ application/json:
+ schema:
+ type: object
+ properties:
+ code:
+ type: number
+ description: HTTP response code
+ example: 400
+ message:
+ type: string
+ description: Message describing the error
+ example: "Json deserialize error: invalid type: map, expected a string at line 3 column 13"
+description: Unauthorized
+ example: 401
+ example: Unauthorized user
+description: Forbidden
+ example: 403
+ example: Unauthorized access
+description: Not Found
+ example: 404
+ example: User with this ID not found
+description: Internal Server Error
+ example: 500
+ example: Internal server error