Skip to main content

OH_ArkWebResourceHandler_DidFailWithError

Function OH_ArkWebResourceHandler_DidFailWithError 

Source
pub unsafe extern "C" fn OH_ArkWebResourceHandler_DidFailWithError(
    resourceHandler: *const ArkWeb_ResourceHandler,
    errorCode: ArkWeb_NetError,
) -> i32
Expand description

@brief Notify the ArkWeb that this request should be failed. @param resourceHandler The ArkWeb_ResourceHandler for the request. @param errorCode The error code for this request. Refer to arkweb_net_error_list.h. @return {@link ARKWEB_NET_OK} 0 - Success. {@link ARKWEB_INVALID_PARAM} 17100101 - Invalid param.

@syscap SystemCapability.Web.Webview.Core @since 12