Change HttpError.
This commit is contained in:
parent
ccfbdfa3a2
commit
9882ba41cc
|
@ -52,7 +52,7 @@ type
|
||||||
HttpResultCode*[T] = Result[T, HttpCode]
|
HttpResultCode*[T] = Result[T, HttpCode]
|
||||||
|
|
||||||
HttpDefect* = object of Defect
|
HttpDefect* = object of Defect
|
||||||
HttpError* = object of CatchableError
|
HttpError* = object of AsyncError
|
||||||
HttpCriticalError* = object of HttpError
|
HttpCriticalError* = object of HttpError
|
||||||
code*: HttpCode
|
code*: HttpCode
|
||||||
HttpRecoverableError* = object of HttpError
|
HttpRecoverableError* = object of HttpError
|
||||||
|
|
Loading…
Reference in New Issue