export the IdleTimeoutError and the HandshakeTimeoutError

This commit is contained in:
Marten Seemann 2021-04-26 19:13:32 +07:00
parent 90727cb41a
commit 34322f2214
2 changed files with 3 additions and 1 deletions

View file

@ -11,6 +11,8 @@ type (
ApplicationError = qerr.ApplicationError
VersionNegotiationError = qerr.VersionNegotiationError
StatelessResetError = qerr.StatelessResetError
IdleTimeoutError = qerr.IdleTimeoutError
HandshakeTimeoutError = qerr.HandshakeTimeoutError
)
type (