ooni-probe-cli/internal/errorsx
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Simone Basso b9ff9136e2 refactor(errorsx): directly return ErrWrapper when needed
The utility of SafeErrWrapperBuilder is low. Let us instead change the
code to always create ErrWrapper when we're in this package.

While there, also note some TODO-next items.

Part of https://github.com/ooni/probe/issues/1505.
2021-07-02 14:00:46 +02:00
..
dialer.go refactor(errorsx): directly return ErrWrapper when needed 2021-07-02 14:00:46 +02:00
dialer_test.go refactor(errorsx): directly return ErrWrapper when needed 2021-07-02 14:00:46 +02:00
errno_unix.go refactor: move i/e/n/errorx to i/errorsx (#416) 2021-07-01 16:34:36 +02:00
errno_windows.go refactor: move i/e/n/errorx to i/errorsx (#416) 2021-07-01 16:34:36 +02:00
errorsx.go refactor(errorsx): directly return ErrWrapper when needed 2021-07-02 14:00:46 +02:00
errorsx_test.go refactor(errorsx): start hiding private details and moving around stuff (#424) 2021-07-02 11:35:00 +02:00
failures.go refactor(errorsx): start hiding private details and moving around stuff (#424) 2021-07-02 11:35:00 +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.go refactor(errorsx): start hiding private details and moving around stuff (#424) 2021-07-02 11:35:00 +02:00
quic_test.go fix(netx): make sure we save quic udp conn events (#423) 2021-07-02 11:00:12 +02:00
resolver.go refactor(errorsx): start hiding private details and moving around stuff (#424) 2021-07-02 11:35:00 +02:00
resolver_test.go refactor: move ErrorWrapperResolver to errorsx pkg (#419) 2021-07-01 18:51:40 +02:00
tls.go refactor(errorsx): start hiding private details and moving around stuff (#424) 2021-07-02 11:35:00 +02:00
tls_test.go refactor: move ErrorWrapperTLSHandshaker to errorsx (#418) 2021-07-01 18:00:09 +02:00