Skip to content

blob: Return InvalidArgument error code for invalid input

Pavlo Strokov requested to merge ps-blob-fix into master

An invalid request should return an InvalidArgument code to the caller. Seems like it was broken on one of the last refactoring or was not done correctly initially. In any case now it returns a proper code.

This change also simplifies error creation using helpers.

Edited by Pavlo Strokov

Merge request reports