MCPcopy 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
19type ErrorHandler interface {
20 IsNetworkError(err error) bool
21 IsLoginError(err error) bool
22 IsReadOnlyError(err error) bool
23}

Callers 5

IsNetworkErrorMethod · 0.65
IsNetworkErrorMethod · 0.65
IsNetworkErrorMethod · 0.65
IsNetworkErrorMethod · 0.65

Implementers 8

BunPgErrorHandlerbun-pg-driver/bun_error_handler.go
BunPgDriverDialectbun-pg-driver/bun_driver_dialect.go
PgxErrorHandlerpgx-driver/pgx_error_handler.go
PgxDriverDialectpgx-driver/pgx_driver_dialect.go
PartialPluginServiceawssql/plugin_helpers/partial_plugin_s
PluginServiceImplawssql/plugin_helpers/plugin_service.g
MySQLDriverDialectmysql-driver/mysql_driver_dialect.go
MySQLErrorHandlermysql-driver/mysql_error_handler.go

Calls

no outgoing calls

Tested by

no test coverage detected