Skip to content
Merged
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
6 changes: 5 additions & 1 deletion api-errors.json
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,11 @@
"40048": {
"short_message": "Invalid Label",
"long_message": "The supplied labels does not match the required format"
},
},
"40049": {
"short_message": "Invalid Value For Expiration Days",
"long_message": "Must be an integer within the allowed range, representing the number of days an agreement will remain in the system before it expires"
},
"40052": {
"short_message": "Malformed Header",
"long_message": "One or more headers are malformed"
Expand Down