UUID resolving 4xx error #580
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Status quo
Resolving of an uuid on API calls may result in internal server errors if they can not be found on
externalIdentiferas well as on'internalIdentifier'. This is due to the fact we expect uuid4 as identifiers. Currently these errors result in admin mail sending (5xx error code).Improvement
Change the behaviour such as client receives a 4xx error code instead of 5xx.
Merged in #581