Skip to content

Commit

Permalink
feat: add not items owner error (#27)
Browse files Browse the repository at this point in the history
* feat: add not items owner error

* chore: remove duplicates errors
  • Loading branch information
kivra-mikgra authored Oct 16, 2023
1 parent a11de50 commit 29dbfe4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions api-errors.json
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,10 @@
"short_message": "Rejected By Creditsafe",
"long_message": "The request to Creditsafe for the user was rejected"
},
"40323": {
"short_message": "Not Items Owner",
"long_message": "User has to be owner of all items"
},
"40400": {
"short_message": "Not Found",
"long_message": "The resource was not found at the given URI at this time"
Expand Down

0 comments on commit 29dbfe4

Please sign in to comment.