ooni-probe-cli/internal/errorsx
Simone Basso ccb3a644e1
refactor(errorsx): prepare for splitting the package (#476)
We will move the sane part of this package to i/netxlite/errorsx
and we will move the rest to i/e/legacy/errorsx.

What is the sane part? The sane part is error classifiers plus
the definition of ErrWrapper. The rest, including the rules
on how to decide whether an operation is major, are tricky and
we should consider them legacy and replace them with rules
that are more easy to understand and reason on.

Part of https://github.com/ooni/probe/issues/1591
2021-09-07 15:46:32 +02:00
..
internal/generrno refactor(errorsx): prepare for splitting the package (#476) 2021-09-07 15:46:32 +02:00
dialer_test.go refactor(netxlite): hide details without breaking the rest of the tree (#454) 2021-09-05 14:49:38 +02:00
dialer.go refactor(errorsx): prepare for splitting the package (#476) 2021-09-07 15:46:32 +02:00
errno_test.go refactor(errorsx): prepare for splitting the package (#476) 2021-09-07 15:46:32 +02:00
errno_unix.go refactor(errorsx): prepare for splitting the package (#476) 2021-09-07 15:46:32 +02:00
errno_windows.go refactor(errorsx): prepare for splitting the package (#476) 2021-09-07 15:46:32 +02:00
errno.go refactor(errorsx): prepare for splitting the package (#476) 2021-09-07 15:46:32 +02:00
errorsx_test.go refactor(errorsx): prepare for splitting the package (#476) 2021-09-07 15:46:32 +02:00
errorsx.go refactor(errorsx): prepare for splitting the package (#476) 2021-09-07 15:46:32 +02:00
integration_test.go refactor: move ErrorWrapperQUICDialer to errorsx (#420) 2021-07-01 20:58:15 +02:00
operations.go refactor(errorsx): start hiding private details and moving around stuff (#424) 2021-07-02 11:35:00 +02:00
quic_test.go refactor(netxlite): hide details without breaking the rest of the tree (#454) 2021-09-05 14:49:38 +02:00
quic.go refactor(errorsx): prepare for splitting the package (#476) 2021-09-07 15:46:32 +02:00
resolver_test.go refactor(netxlite): hide details without breaking the rest of the tree (#454) 2021-09-05 14:49:38 +02:00
resolver.go refactor(errorsx): prepare for splitting the package (#476) 2021-09-07 15:46:32 +02:00
tls_test.go refactor(netxlite): hide details without breaking the rest of the tree (#454) 2021-09-05 14:49:38 +02:00
tls.go refactor(errorsx): prepare for splitting the package (#476) 2021-09-07 15:46:32 +02:00