class Kube::Error

Direct Known Subclasses

Defined in:

kube/error.cr

Constant 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}

Macro Summary

Macro Detail

macro define_api_errors #

[View source]