Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aws/aws-advanced-go-wrapper
/ IsNetworkError
Method
IsNetworkError
awssql/error_util/error_handler.go:20–20 ·
view source on GitHub ↗
(err error)
Source
from the content-addressed store, hash-verified
18
19
type
ErrorHandler
interface
{
20
IsNetworkError(err error) bool
21
IsLoginError(err error) bool
22
IsReadOnlyError(err error) bool
23
}
Callers
5
IsNetworkError
Method · 0.65
IsNetworkError
Method · 0.65
IsNetworkError
Method · 0.65
shouldErrorTriggerConnectionSwitch
Method · 0.65
IsNetworkError
Method · 0.65
Implementers
8
BunPgErrorHandler
bun-pg-driver/bun_error_handler.go
BunPgDriverDialect
bun-pg-driver/bun_driver_dialect.go
PgxErrorHandler
pgx-driver/pgx_error_handler.go
PgxDriverDialect
pgx-driver/pgx_driver_dialect.go
PartialPluginService
awssql/plugin_helpers/partial_plugin_s
PluginServiceImpl
awssql/plugin_helpers/plugin_service.g
MySQLDriverDialect
mysql-driver/mysql_driver_dialect.go
MySQLErrorHandler
mysql-driver/mysql_error_handler.go
Calls
no outgoing calls
Tested by
no test coverage detected