All Products
Search
Document Center

Object Storage Service:0040-00000237

Last Updated:Jul 21, 2023

Problem description

An invalid value is specified for the r parameter of the rounded-corners action.

Causes

The r parameter of the rounded-corners action is set to a non-number value or a number outside the value range.

Examples

GET /example_image?x-oss-process=image/rounded-corners,r_abc HTTP/1.1
Host: oss-example.oss-cn-hangzhou.aliyuncs.com
Date: Fri, 03 Feb 2023 03:41:49 GMT
Content-Type: application/xml

The error is returned for the preceding request because abc is not a valid value of the r parameter of the rounded-corners action.

Solutions

GET /example_image?x-oss-process=image/rounded-corners,r_30 HTTP/1.1
Host: oss-example.oss-cn-hangzhou.aliyuncs.com
Date: Fri, 03 Feb 2023 03:41:49 GMT
Content-Type: image/jpeg

Specify a valid value for the r parameter of the rounded-corners action.

For more information, see Rounded rectangle.

Examples

GET /example_image?x-oss-process=image/rounded-corners,r_5000 HTTP/1.1
Host: oss-example.oss-cn-hangzhou.aliyuncs.com
Date: Fri, 03 Feb 2023 03:41:49 GMT
Content-Type: application/xml

The error is returned for the preceding request because 5000 is outside the value range of the r parameter of the rounded-corners action.

Solutions

GET /example_image?x-oss-process=image/rounded-corners,r_30 HTTP/1.1
Host: oss-example.oss-cn-hangzhou.aliyuncs.com
Date: Fri, 03 Feb 2023 03:41:49 GMT
Content-Type: image/jpeg

Specify a valid value for the r parameter of the rounded-corners action.

For more information, see Rounded rectangle.

References

Rounded rectangle