Skip to content

Commit

Permalink
Add new folder errors (#26)
Browse files Browse the repository at this point in the history
Co-authored-by: Emil Falk <[email protected]>
Co-authored-by: Mikael Gråborg <[email protected]>
  • Loading branch information
3 people authored Oct 12, 2023
1 parent fffe54e commit a11de50
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions api-errors.json
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,18 @@
"short_message": "Too Many Items",
"long_message": "Too many items in request payload"
},
"40055": {
"short_message": "Invitee Same As Inviter",
"long_message": "Invitee is the same user as the inviter"
},
"40056": {
"short_message": "Max Folder Collaborators",
"long_message": "Maximum number of collaborators for the folder has been reached"
},
"40057": {
"short_message": "Max User Invitations",
"long_message": "Maximum number of invitations for the user has been reached"
},
"40098": {
"short_message": "Invalid Barcode",
"long_message": "The barcode could not be created due to invalid barcode type"
Expand Down Expand Up @@ -475,6 +487,14 @@
"long_message": "Subscription is in billing retry",
"short_message": "Subscription In Billing Retry"
},
"40924": {
"short_message": "Invitee Already Collaborator",
"long_message": "Invitee is already collaborator in folder"
},
"40925": {
"short_message": "Invitee Already Invited",
"long_message": "Invitee is already invited to folder"
},
"41000": {
"short_message": "Gone",
"long_message": "The resource is gone"
Expand Down Expand Up @@ -567,6 +587,14 @@
"short_message": "Unprocessable Entity",
"long_message": "Upload limit reached"
},
"42218": {
"short_message": "Invitee Not Trusted",
"long_message": "Invitee needs to be a trusted contact with the inviter"
},
"42219": {
"short_message": "Invitee Already Trusted Contact",
"long_message": "Invitee is already a trusted contact to the inviter"
},
"42300": {
"short_message": "Locked",
"long_message": "Locked"
Expand Down

0 comments on commit a11de50

Please sign in to comment.