Errors

clink.error.http.code_to_str(code)[source]

Convert HTTP error code to string

Parameters:code (int) –
Raise:HttpStatusError:
exception clink.error.http.HttpStatusError(code)[source]
args
with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

exception clink.error.http.HttpError(status, req, msg=None)[source]
args
with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

exception clink.error.http.Http400Error(req, msg=None)[source]
args
with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

exception clink.error.http.Http401Error(req, msg=None)[source]
args
with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

exception clink.error.http.Http402Error(req, msg=None)[source]
args
with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

exception clink.error.http.Http403Error(req, msg=None)[source]
args
with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

exception clink.error.http.Http404Error(req, msg=None)[source]
args
with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

exception clink.error.http.Http405Error(req, msg=None)[source]
args
with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

exception clink.error.http.Http406Error(req, msg=None)[source]
args
with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

exception clink.error.http.Http407Error(req, msg=None)[source]
args
with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

exception clink.error.http.Http408Error(req, msg=None)[source]
args
with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

exception clink.error.http.Http409Error(req, msg=None)[source]
args
with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

exception clink.error.http.Http410Error(req, msg=None)[source]
args
with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

exception clink.error.http.Http411Error(req, msg=None)[source]
args
with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

exception clink.error.http.Http412Error(req, msg=None)[source]
args
with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

exception clink.error.http.Http413Error(req, msg=None)[source]
args
with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

exception clink.error.http.Http414Error(req, msg=None)[source]
args
with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

exception clink.error.http.Http415Error(req, msg=None)[source]
args
with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

exception clink.error.http.Http416Error(req, msg=None)[source]
args
with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

exception clink.error.http.Http417Error(req, msg=None)[source]
args
with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

exception clink.error.http.Http500Error(req, msg=None)[source]
args
with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

exception clink.error.http.Http501Error(req, msg=None)[source]
args
with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

exception clink.error.http.Http502Error(req, msg=None)[source]
args
with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

exception clink.error.http.Http503Error(req, msg=None)[source]
args
with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

exception clink.error.http.Http504Error(req, msg=None)[source]
args
with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

exception clink.error.http.Http505Error(req, msg=None)[source]
args
with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

exception clink.error.http.HttpArgumentError(arg_str)[source]
args
with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

exception clink.error.wsgi.WsgiResBodyError(body)[source]
args
with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.