Skip to content

Fail if border type is not supported

Michael Platings requested to merge fix-border-type into main

Previously if a border type was not supported for a given operation then it would silently fail. Now it returns a not implemented error.

Merge request reports