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