Skip to content

fix: use INVALID_ARGUMENT wtih partition not found

Laurent Deny requested to merge ldeny/fix_500_partition_error into main

Type of change

  • Bug Fix
  • Feature

Does this introduce a change in the core logic?

  • [Yes]

Does this introduce a change in the cloud provider implementation, if so which cloud?

  • AWS
  • Azure
  • GCP
  • IBM

Updates description?

#87 (closed) Use EINVALID_ARGUMENT error code (400 REST equivalent) instead of default (500 equivalent) when using invalid partition name.

Merge request reports