Skip to content

Improve error messages from create_note

Alex Kalderimis requested to merge create-note-error-handling into master

What does this MR do?

The design of create_note meant that it would fail correctly, but with very un-informative error messages. This re-write of the method means that we raise the validation error to the programmer with details of what the problem actually is.

Does this MR meet the acceptance criteria?

Conformity

Performance and testing

This does not change the behaviour of the code.

Merge request reports