Skip to content

Commit

Permalink
fix err msg
Browse files Browse the repository at this point in the history
  • Loading branch information
Hitenjain14 committed Aug 15, 2023
1 parent df361a6 commit dd2091d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1233,7 +1233,7 @@ func (fsh *StorageHandler) WriteFile(ctx context.Context, r *http.Request) (*blo

reqWg.Wait()
if reqError != nil {
return nil, common.NewError("req_parse_form_error", "Error in parsing form data "+reqError.Error())
return nil, common.NewError("invalid_parameters", "Error Reading multi parts for file."+reqError.Error())
}
err = cmd.IsValidated(ctx, r, allocationObj, clientID)

Expand Down

0 comments on commit dd2091d

Please sign in to comment.