Interface KubernetesApiResponse.ErrorStatusHandler
- Enclosing class:
- KubernetesApiResponse<DataType extends io.kubernetes.client.common.KubernetesType>
public static interface KubernetesApiResponse.ErrorStatusHandler
-
Method Summary
Modifier and TypeMethodDescriptionvoid
handle
(int code, io.kubernetes.client.openapi.models.V1Status errorStatus)
-
Method Details
-
handle
void handle(int code, io.kubernetes.client.openapi.models.V1Status errorStatus) throws io.kubernetes.client.openapi.ApiException - Throws:
io.kubernetes.client.openapi.ApiException
-