Uses of Class
kubevirt.ApiException
Packages that use ApiException
-
Uses of ApiException in kubevirt
Methods in kubevirt with parameters of type ApiExceptionModifier and TypeMethodDescriptionvoidThis is called when the API call fails.Methods in kubevirt that throw ApiExceptionModifier and TypeMethodDescriptioncom.squareup.okhttp.CallApiClient.buildCall(String path, String method, List<Pair> queryParams, List<Pair> collectionQueryParams, Object body, Map<String, String> headerParams, Map<String, Object> formParams, String[] authNames, ProgressRequestBody.ProgressRequestListener progressRequestListener) Build HTTP call with the given options.com.squareup.okhttp.RequestApiClient.buildRequest(String path, String method, List<Pair> queryParams, List<Pair> collectionQueryParams, Object body, Map<String, String> headerParams, Map<String, Object> formParams, String[] authNames, ProgressRequestBody.ProgressRequestListener progressRequestListener) Build an HTTP request with the given options.<T> TApiClient.deserialize(com.squareup.okhttp.Response response, Type returnType) Deserialize response body to Java object, according to the return type and the Content-Type response header.ApiClient.downloadFileFromResponse(com.squareup.okhttp.Response response) Download file from the given response.<T> ApiResponse<T> ApiClient.execute(com.squareup.okhttp.Call call) <T> ApiResponse<T> Execute HTTP call and deserialize the HTTP response body into the given return type.<T> TApiClient.handleResponse(com.squareup.okhttp.Response response, Type returnType) Handle the given response, return the deserialized object when the response is successful.com.squareup.okhttp.RequestBodySerialize the given Java object into request body according to the object's class and the request Content-Type.