github.com/jackc/pgproto3/v2.ErrorResponse.Code (field)

5 uses

	github.com/jackc/pgproto3/v2 (current package)
		error_response.go#L11: 	Code             string
		error_response.go#L60: 			dst.Code = v
		error_response.go#L126: 	if src.Code != "" {
		error_response.go#L128: 		buf.WriteString(src.Code)

	github.com/jackc/pgconn
		pgconn.go#L802: 		Code:             string(msg.Code),