add reponsecode_RANGE_NOT_SATISFIABLE

Signed-off-by: wuzh981022 <wuzhuo6@huawei.com>
This commit is contained in:
wuzh981022 2024-03-04 19:27:24 +08:00
parent b2c98f0e70
commit 60212d3df9

View File

@ -2042,6 +2042,15 @@ declare namespace http {
*/
UNSUPPORTED_TYPE,
/**
* The server cannot process the requested data range.
* @syscap SystemCapability.Communication.NetStack
* @crossplatform
* @atomicservice
* @since 12
*/
RANGE_NOT_SATISFIABLE,
/**
* Internal server error, unable to complete the request.
* @syscap SystemCapability.Communication.NetStack