class Kube::Error
- Kube::Error
- Exception
- Reference
- Object
Direct Known Subclasses
- Kube::Config::Error
- Kube::Error::API
- Kube::Error::ArgumentError
- Kube::Error::ExecutionError
- Kube::Error::MissingConfig
- Kube::Error::MissingEnv
- Kube::Error::UndefinedResource
Defined in:
kube/error.crConstant Summary
-
HTTP_STATUS_ERRORS =
{400 => BadRequest, 401 => Unauthorized, 403 => Forbidden, 404 => NotFound, 405 => MethodNotAllowed, 409 => Conflict, 422 => Invalid, 429 => Timeout, 500 => InternalError, 503 => ServiceUnavailable, 504 => ServerTimeout}