mirror of
https://gitee.com/openharmony/interface_sdk-js
synced 2025-03-06 00:07:43 +00:00
add reponsecode_RANGE_NOT_SATISFIABLE
Signed-off-by: wuzh981022 <wuzhuo6@huawei.com>
This commit is contained in:
parent
b2c98f0e70
commit
60212d3df9
9
api/@ohos.net.http.d.ts
vendored
9
api/@ohos.net.http.d.ts
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user