Problem description
An invalid parameter is specified in the watermarking request.
Causes
The value of the rotate parameter in the watermarking request is outside the [0,360] value range.
Examples
GET /example_image?x-oss-process=image/watermark,text_SGVsbG8gV29ybGQ,image_ZXhhbXBsZS9leGFtcGxlLmpwZwo,rotate_400 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 400
is outside the value range of the rotate parameter.
Solutions
Specify a valid value for the rotate parameter.