Skip to content

Commit dd2091d

Browse files
committed
fix err msg
1 parent df361a6 commit dd2091d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/go/0chain.net/blobbercore/handler/object_operation_handler.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1233,7 +1233,7 @@ func (fsh *StorageHandler) WriteFile(ctx context.Context, r *http.Request) (*blo
12331233

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

0 commit comments

Comments
 (0)