ErrLookup › googleapis/mcp-toolbox
googleapis/mcp-toolbox
MCP Toolbox for Databases is an open source MCP server for databases. · Go · 491 source files
Analyzed at 8cc6e09de2 on 2026-09-05. 1551 documented errors.
| Code / Message | Type | Severity | Tags |
|---|---|---|---|
| Toolbox binary not found | exception | error | firestore, timestamp, parsing |
| HTTP error! status: ${response.status} | exception | error | firestore, geopoint, validation |
| Invalid number input for ${NAME}: ${RAW_VALUE} | validation | error | firestore, array, error-wrapping |
| HTTP error ${response.status}: ${errorBody} | http | error | firestore, array, shape-validation |
| Invalid JSON format for ${paramName}. Expected an array. ${e | validation | error | firestore, map, error-wrapping |
| Input for ${paramName} must be a JSON array (e.g., ["a", "b" | validation | error | firestore, map, shape-validation |
| Invalid number "${item}" found in array for ${paramName} at | validation | error | firestore, reference, type-mismatch |
| /api native endpoints are disabled by default. Please use th | http | error | firestore, map, error-wrapping |
| no document found | exception | error | firestore, path, validation |
ErrReadSizeLimitExceeded cloud storage read size limit exceeded | error_code | error | gcp, cloud-storage, limit-exceeded, agent-correctable |
ErrBinaryContent cloud storage object is not valid UTF-8 text | error_code | error | gcp, cloud-storage, utf-8, binary-content, agent-correctable |
ErrDestinationExists download destination already exists | error_code | error | gcp, cloud-storage, file-exists, overwrite, agent-correctable |
| environment variable not found: %s | validation | error | config, environment, env-var, startup |
| environment variables not found: - %s | validation | error | config, environment, env-var, startup |
| error parsing environment variables: %s | validation | error | config, environment, env-var, startup, error-wrapping |
| error converting config file: %s | exception | error | config, migration, format, startup |
| doc %d: unexpected non-string key in input: %v | validation | error | config, yaml, migration, validation |
| doc %d: invalid config format at key %q: %w | validation | error | config, migration, yaml, validation |
| doc %d: invalid config format at key %q: expected nested for | validation | error | config, migration, yaml, validation, schema |
| unexpected non-string key for entry in '%s': %v | validation | error | yaml, config-parsing, type-mismatch |
| unable to convert entryBody to MapSlice | exception | error | yaml, config-parsing, type-mismatch |
| resource conflicts detected: - %s Please ensure each sour | validation | error | config-merge, naming-conflict, multi-file |
| multiple authServices with mcpEnabled=true detected: %s. Onl | validation | error | auth, config-merge, multi-file |
| unable to read config file at %q: %w | exception | error | filesystem, io, config-loading |
| unable to parse config file at %q: %w | exception | error | yaml, config-parsing, validation |
| no YAML files found | exception | error | config-loading, empty-input |
| unable to merge config files: %w | exception | error | config-merge, multi-file, naming-conflict |
| unable to access config folder at %q: %w | exception | error | filesystem, io, config-loading |
| path %q is not a directory | validation | error | filesystem, config-loading, argument-mismatch |
| error finding YAML files in %q: %w | exception | error | go, filesystem, glob, config-loading |
| error finding YML files in %q: %w | exception | error | go, filesystem, glob, config-loading |
| failed to initialize resources: %w | exception | error | go, cli, config, initialization |
| tool %q not found | validation | error | go, cli, config, tool-lookup |
| unable to retrieve source for tool %s | exception | error | go, cli, config, source-resolution |
| params must be a valid JSON string: %w | validation | error | cli, json, input-validation |
| error getting parameters for tool: %w | exception | error | cli, tool-config, parameters |
| invalid parameters: %w | validation | error | cli, parameters, schema-validation |
| error embedding parameters: %w | exception | error | cli, parameters, templates, embeddings |
| failed to check auth requirements: %w | exception | error | cli, auth, configuration |
| client authorization is not supported | console | error | cli, authentication, configuration |
| tool execution failed: %w | console | error | cli, database, tool-execution |
| failed to marshal result: %w | console | error | cli, json, serialization |
| error retrieving configuration file: %w | console | error | cli, configuration, migration |
| unable to read tool file at %q: %w | console | error | cli, filesystem, migration |
| failed to stat file: %w | console | error | go, filesystem, migrate, file-not-found |
| failed to rename file: %w | console | error | go, filesystem, migrate, rename, permissions |
| failed to write to file: %w | console | error | go, filesystem, migrate, write, disk-full |
| failed to restore original file: %w | console | critical | go, filesystem, migrate, data-loss, restore-failed |
| unable to initialize logger: %w | console | error | go, logging, configuration, startup |
| error setting up OpenTelemetry: %w | console | error | opentelemetry, startup, telemetry, go |
| error shutting down OpenTelemetry: %w | console | error | opentelemetry, shutdown, telemetry, go |
| unable to create telemetry instrumentation: %w | console | error | opentelemetry, instrumentation, startup, go |
| invalid prebuilt config format '%s'. Did you mean '%s/%s'? U | console | error | cli, configuration, prebuilt-configs |
| unable to parse prebuilt tool configuration for '%s': %w | console | error | configuration, yaml, prebuilt-configs, parsing |
| toolset '%s' not found in prebuilt configuration '%s'. Avail | console | error | cli, configuration, prebuilt-configs, toolset |
| toolbox failed to initialize: %w | console | critical | server, initialization, configuration, database |
| toolbox failed to start listener: %w | console | critical | network, server, port-binding, listen |
| toolbox crashed with the following error: %w | console | critical | server, runtime, crash, go |
| graceful shutdown timed out... forcing exit | console | warning | shutdown, server, timeout, graceful-shutdown |
| error creating output directory: %w | console | error | |
| error collecting skill contents: %w | console | error | |
| error creating skill directory: %w | console | error | |
| error creating assets dir: %w | console | error | |
| error creating scripts dir: %w | console | error | |
| error generating script content for %s: %w | console | error | go, cli, skills, template-generation |
| error writing script %s: %w | console | error | go, cli, filesystem, permissions, write-file |
| error generating SKILL.md content: %w | console | error | go, cli, skills, markdown, template-generation |
| error writing SKILL.md: %w | console | error | go, cli, filesystem, permissions, write-file |
| --name is required unless --group or --toolset is set, or ex | console | error | go, cli, validation, usage-error, flags |
| failed to initialize resources: %w | console | error | go, config, initialization, toolbox-cli |
| group %q not found | console | error | go, config, cli-flag, group |
| toolset %q not found | console | error | go, config, cli-flag, toolset |
| error parsing markdown template: %w | console | error | go, template, text-template, codegen |
| error executing markdown template: %w | console | error | go, template, text-template, codegen |
| error parsing script template: %w | console | error | go, template, text-template, codegen, nodejs |
| error executing script template: %w | console | error | go, template, text-template, codegen, nodejs |
| unable to validate reloaded edits: %w | console | warning | go, hot-reload, config, watch, server |
| unable to initialize reloaded configs: %w | console | warning | go, hot-reload, config, initialization, server |
| error reading config folder %w | console | error | go, filesystem, watch, hot-reload, os |
| MCP Auth cannot be enabled together with the legacy HTTP API | validation | error | configuration, mcp, auth, cli |
| MCP Auth is enabled but Toolbox URL is missing. Please provi | validation | error | configuration, mcp, auth, env-var |
| toolbox failed to initialize: %w | exception | error | initialization, server, configuration |
| toolbox failed to start listener: %w | exception | error | network, tls, listener, port |
| toolbox crashed with the following error: %w | exception | error | runtime, server, crash |
| graceful shutdown timed out... forcing exit | exception | warning | shutdown, timeout, graceful |
| `introspectionEndpoint` is not allowed when `mcpEnabled` is | validation | error | configuration, auth, oidc, validation |
| `introspectionMethod` is not allowed when `mcpEnabled` is fa | validation | error | configuration, auth, oidc, validation |
| `introspectionParamName` is not allowed when `mcpEnabled` is | validation | error | configuration, auth, oidc, validation |
| `scopesRequired` is not allowed when `mcpEnabled` is false | validation | error | configuration, auth, oidc, scopes |
| failed to discover OIDC config: %w | exception | error | go, oidc, network, startup |
| failed to create keyfunc from JWKS URL %s: %w | exception | error | go, jwks, jwt, oidc |
| invalid auth URL | validation | error | go, url, config |
| failed to fetch OIDC config: %w | exception | error | go, network, http, oidc, timeout |
| unexpected status: %d | exception | error | go, http, oidc, status-code |
| issuer not found in config | validation | error | go, oidc, discovery, config |
| jwks_uri not found in config | validation | error | go, oidc, jwks, discovery |
| invalid jwks_uri detected | validation | error | go, url, jwks, oidc |
| failed to parse and verify JWT token: %w | exception | error | go, jwt, auth, security |
| invalid JWT token | exception | error | go, jwt, auth, security |
| invalid JWT claims format | exception | error | jwt, auth, claims |
| could not parse audience from token: %w | exception | error | jwt, auth, audience |
| audience validation failed: expected %s, got %v | validation | error | jwt, auth, audience, configuration |
| failed to get logger from context: %w | exception | error | context, logging, auth |
| failed to construct introspection URL: %w | exception | error | configuration, url, oauth |
| failed to parse introspection URL: %w | exception | error | url, configuration, oauth |
| failed to create introspection request: %w | exception | error | http, oauth, introspection |
| failed to read introspection response: %w | exception | error | network, http, introspection |
| failed to parse introspection response: %w | exception | error | oauth, introspection, json |
| `audience` or `clientId` is required when `mcpEnabled` is tr | validation | error | go, auth, google, config-validation |
| `audience` is not allowed when `mcpEnabled` is false | validation | error | go, auth, google, config-validation |
| `scopesRequired` is not allowed when `mcpEnabled` is false | validation | error | go, auth, google, config-validation, scopes |
| google ID token verification failure: %w | exception | error | go, auth, google, jwt, token-validation |
| failed to create Google tokeninfo request: %w | exception | error | go, auth, google, http-request, network |
| failed to read Google tokeninfo response: %w | exception | error | go, auth, google, network, io |
| failed to decode Google tokeninfo response: %w | exception | error | go, auth, google, json, network |
| unable to retrieve logger: %w | exception | error | go, context, logging, gemini, embedding |
| missing credentials for Gemini embedding: For Google AI: Pro | validation | error | go, gemini, embedding, credentials, env-vars |
| failed to get user agent from context: %w | validation | error | |
| unable to create Gemini API client: %w | validation | error | |
| unable to get logger from ctx: %s | exception | error | |
| invalid group name: %q | validation | error | |
| tool does not exist: %q | validation | error | |
| prompt does not exist: %q | validation | error | |
| tool does not exist: %s | validation | error | |
| unable to retrieve %s source for tool %q | validation | error | |
| error generating manifest for tool %q: %w | validation | error | |
| logging format invalid: %s | validation | error | |
| invalid log level | validation | error | logging, configuration, go |
| invalid slog level | validation | error | logging, go, slog |
| prebuilt source tool for '%s' not found. %s | validation | error | configuration, prebuilt-configs, yaml |
| failed to read prebuilt tools %w | exception | critical | embed, go, prebuilt-configs, filesystem |
| failed to read a prebuilt tool %w | exception | error | embed, go, prebuilt-configs, filesystem |
| no prebuilt tool configurations were loaded.%w | exception | critical | prebuilt-configs, embed, configuration |
| error parsing argument: %w | validation | error | yaml, configuration, prompts, validation |
| invalid role %q: must be 'user' or 'assistant' | validation | error | yaml, prompts, validation, configuration |
| error substituting params for message: %w | validation | error | templates, prompts, validation, configuration |
| unknown prompt type: %q | validation | error | configuration, prompts, yaml, registry |
| unable to parse prompt %q as resourceType %q: %w | validation | error | |
| toolset %q does not exist | http | error | |
| invalid tool name: tool with name %q does not exist | http | error | |
| unable to retrieve source for tool %s | http | error | |
| error generating manifest for tool %q: %w | http | error | |
| error during invocation: %w | http | error | |
| tool requires client authorization but access token is missi | http | error | |
| tool invocation not authorized. Please make sure you specify | http | error | |
| log format must be one of "standard", or "json" | validation | error | cli, flags, logging, validation |
| log level must be one of "debug", "info", "warn", or "error" | validation | error | cli, flags, logging, validation |
| unable to parse YAML: %s | validation | critical | yaml, config, startup, syntax |
| document %d: %s | validation | critical | yaml, config, multi-document, startup |
| unable to decode YAML document: %s | validation | critical | yaml, config, decode, startup |
| %s missing 'kind' field or it is not a string | validation | error | yaml, config, validation |
| missing 'kind' field or it is not a string: %v | validation | error | yaml, config, validation |
| %s missing 'name' field or it is not a string | validation | error | yaml, config, validation |
| missing 'name' field or it is not a string | validation | error | yaml, config, validation |
| document %d: error unmarshaling %s %q: %w | validation | error | yaml, config, unmarshaling |
| error unmarshaling %s: %w | validation | error | yaml, config, unmarshaling |
| source %q declared more than once | validation | error | yaml, config, duplicate |
| authService %q declared more than once | validation | error | yaml, config, duplicate, auth |
| tool %q declared more than once | validation | error | config, duplicate, tool, yaml |
| toolset %q declared more than once | validation | error | config, duplicate, toolset, yaml |
| embeddingModel %q declared more than once | validation | error | config, duplicate, embedding-model, yaml |
| prompt %q declared more than once | validation | error | yaml, config, duplicate, prompt |
| more than one default (nameless) group declared; only one is | validation | error | yaml, config, group, duplicate, default |
| group %q declared more than once | validation | error | |
| %s invalid kind %q | validation | error | |
| invalid kind %s | validation | error | |
| missing 'type' field or it is not a string | validation | error | |
| error creating decoder: %w | validation | error | |
| error creating decoder: %s | validation | error | |
| unable to parse as %s: %w | validation | error | |
| `audience` is not allowed when `mcpEnabled` is false | validation | error | |
| `scopesRequired` is not allowed when `mcpEnabled` is false | validation | error | |
| `introspectionEndpoint` is not allowed when `mcpEnabled` is | validation | error | |
| `introspectionMethod` is not allowed when `mcpEnabled` is fa | validation | error | |
| `introspectionParamName` is not allowed when `mcpEnabled` is | validation | error | |
| %s is not a valid type of auth service | validation | error | config, yaml, auth, validation |
| %s is not a valid type of embedding model | validation | error | config, yaml, embedding, validation |
| unable to parse as %q: %w | validation | error | config, yaml, validation, strict-decoding |
| `authRequired` and `useClientOAuth` are mutually exclusive. | validation | error | config, auth, tools, validation |
| scopesRequired must be a list of strings | validation | error | config, yaml, scopes, validation |
| tool %q config error: parameter %q (index %d) references '%q | validation | error | config, tools, parameters, validation |
| tool %q config error: parameter %q cannot copy value from it | validation | error | config, tools, parameters, validation |
| tools is missing or not a list of strings: %v | validation | error | |
| unable to unmarshal tools: %s | validation | error | |
| unable to unmarshal group: %s | validation | error | |
| the default (nameless) group cannot declare 'tools' or 'prom | validation | error | |
| invalid 'type' field for prompt %q (must be a string) | validation | error | |
| resource name SHOULD be between 1 and 128 characters in leng | validation | error | |
| invalid character for resource name; only uppercase and lowe | validation | error | |
| failed to marshal response to JSON: %w | exception | error | |
| unable to retrieve flusher for sse | http | error | |
| toolbox does not support streaming in streamable HTTP transp | http | error | |
| request body exceeds %d bytes | http | error | |
| sse session not available | http | error | |
INVALID_REQUEST not supporting batch requests | http | error | |
METHOD_NOT_FOUND method not found | http | error | |
UNSUPPORTED_PROTOCOL_VERSION unsupported protocol version | http | error | mcp, protocol-version, negotiation, compatibility |
| invalid notification request: %w | exception | warning | mcp, json, notification, request-validation |
INTERNAL_ERROR unable to retrieve enableDraftSpecs from context | http | error | mcp, context, internal-error, middleware |
| tool does not exist: %s | http | error | mcp, tools-list, toolset, configuration |
| unable to retrieve %s source for tool %q | http | error | mcp, tools-list, source, configuration, dependency-resolution |
| error getting parameters for tool %q: %w | http | error | mcp, tools-list, parameters, configuration, schema |
| prompt does not exist: %s | http | error | mcp, prompts-list, prompt, configuration |
METHOD_NOT_FOUND invalid method %s | http | error | mcp, jsonrpc, method-not-found, protocol |
INVALID_REQUEST invalid mcp initialize request: %w | error_code | error | mcp, initialize, json, handshake, request-validation |
INTERNAL_ERROR error generating manifest: %w | error_code | error | |
INVALID_PARAMS invalid tool name: tool with name %q does not exist | error_code | error | |
INTERNAL_ERROR tool does not exist: %s | error_code | error | go, mcp, internal-state, tool-registry |
METHOD_NOT_FOUND invalid method %s | error_code | error | go, mcp, jsonrpc, method-not-found |
INVALID_REQUEST invalid mcp initialize request: %w | error_code | error | go, mcp, json, initialize, invalid-request |
INTERNAL_ERROR error generating manifest: %w | error_code | error | go, mcp, manifest, internal-error |
INVALID_PARAMS invalid tool name: tool with name %q does not exist | error_code | error | go, mcp, tools-call, invalid-params, client |
INTERNAL_ERROR tool does not exist: %s | error_code | error | mcp, tools, internal-error, consistency |
METHOD_NOT_FOUND invalid method %s | error_code | error | mcp, jsonrpc, protocol, method-not-found |
INVALID_REQUEST invalid mcp initialize request: %w | error_code | error | mcp, json, validation, initialize |
INTERNAL_ERROR error generating manifest: %w | error_code | error | mcp, manifest, tools-list, config |
INVALID_PARAMS invalid tool name: tool with name %q does not exist | error_code | error | mcp, tools-call, authorization, invalid-params |
INTERNAL_ERROR tool does not exist: %s | error_code | error | mcp, tools, manifest, missing-tool |
METHOD_NOT_FOUND invalid method %s | error_code | error | mcp, json-rpc, method-not-found, protocol-version |
INVALID_REQUEST invalid mcp initialize request: %w | error_code | error | mcp, initialize, json-unmarshal, validation |
INTERNAL_ERROR error generating manifest: %w | error_code | error | mcp, tools-list, manifest, internal-error |
INVALID_PARAMS invalid tool name: tool with name %q does not exist | error_code | error | |
| tool does not exist: %s | exception | error | mcp, tool-not-found, manifest, config |
| unable to retrieve %s source for tool %q | exception | error | mcp, source-not-found, manifest, config |
| error getting parameters for tool %q: %w | exception | error | |
| prompt does not exist: %s | exception | error | |
| error generating tools manifest: %w | exception | error | |
| error generating prompts manifest: %w | exception | error | |
METHOD_NOT_FOUND invalid method %s | error_code | error | |
INVALID_PARAMS _meta error: missing io.modelcontextprotocol/protocolVersion | error_code | error | |
| _meta error: header mismatch: MCP-Protocol-Version header va | error_code | error | |
| Mcp-Method header value '%s' does not match body value '%s' | error_code | error | mcp, http-header, request-validation, go |
| Mcp-Name header value '%s' does not match body value '%s' | error_code | error | mcp, http-header, request-validation, go |
INTERNAL_ERROR unable to retrieve enableDraftSpecs from context | error_code | error | mcp, context, internal-error, go |
INVALID_REQUEST invalid server discover request: %w | error_code | error | mcp, json, invalid-request, go |
MISSING_REQUIRED_CLIENT_CAPABILITY missing required client capability: tool %q requires com.google.cloud/toolbox.v1 | error_code | error | mcp, client-capabilities, secure-params, tools-call, go |
| parameter %q is secure and must not be passed in standard ar | validation | error | mcp, security, secure-parameters, jsonrpc |
| parameter %q is not secure and must not be passed in secureA | validation | error | mcp, security, secure-parameters, protocol-error |
| missing required secure parameter %q in secureArguments | validation | error | mcp, security, missing-parameter, secure-parameters |
| invalid toolbox-url %q: %w | exception | error | |
| invalid toolbox-url %q: must be a valid absolute URL with sc | validation | error | |
| MCP Auth cannot be enabled together with the legacy HTTP API | exception | error | |
| failed to get instrumentation from context: %w | exception | error | |
| failed to get logger from context: %w | exception | error | |
| unable to initialize source %q: %w | exception | error | |
| unable to initialize auth service %q: %w | exception | error | |
| unable to initialize embedding model %q: %w | exception | error | |
| unable to initialize prompt %q: %w | exception | error | |
| unable to initialize tool %q: %w | exception | error | go, tools, configuration, startup |
| unable to retrieve source %q for tool %q | exception | error | go, sources, configuration, startup |
| unable to initialize group %q: %w | exception | error | go, groups, toolsets, configuration |
| unable to initialize http log: %w | exception | error | go, logging, configuration, cli |
| unable to initialize configs: %w | exception | error | go, startup, configuration, initialization |
| unable to initialize server: %w | exception | error | go, url, oauth, configuration |
| failed to read manual PRM file at startup: %w | error_code | error | go, file-io, oauth, configuration |
| manual PRM file does not match expected schema: %w | error_code | error | |
| server is already listening: %s | error_code | error | |
| failed to open listener for %q. Use `--port=<number>` to spe | error_code | error | |
| failed to open listener for %q: %w | error_code | error | |
| failed to load TLS key pair (cert: %q, key: %q): %w | error_code | error | |
| error in User Agent retrieval: %s | error_code | error | |
| failed to find default credentials: %w | error_code | error | |
| error creating new alloydb service: %w | error_code | error | |
| error creating AlloyDB cluster: %w | error_code | error | |
| error creating AlloyDB instance: %w | error_code | error | gcp, alloydb, rest-api, authorization, http-error |
| error creating AlloyDB user: %w | error_code | error | gcp, alloydb, rest-api, authorization, iam-user |
| error getting AlloyDB cluster: %w | error_code | error | gcp, alloydb, rest-api, authorization, not-found |
| error getting AlloyDB instance: %w | error_code | error | gcp, alloydb, rest-api, authorization, not-found |
| error getting AlloyDB user: %w | error_code | error | gcp, alloydb, rest-api, authorization, not-found |
| error listing AlloyDB clusters: %w | error_code | error | gcp, alloydb, rest-api, authorization, network |
| error listing AlloyDB instances: %w | error_code | error | gcp, alloydb, rest-api, authorization, network |
| error listing AlloyDB users: %w | error_code | error | gcp, alloydb, rest-api, authorization, network |
| operation finished with error but could not marshal error ob | error_code | error | alloydb, json, serialization, long-running-operation, gcp |
| operation finished with error: %s | error_code | error | alloydb, long-running-operation, gcp, quota, server-error |
| could not marshal operation: %w | error_code | error | go, serialization, alloydb, long-running-operation |
| failed to unmarshal operation bytes: %w | error_code | error | go, serialization, json, alloydb |
| unable to create pool: %w | error_code | critical | go, database, alloydb, connection-pool, initialization |
| failed to initialize AlloyDB source in read-only mode: 'allo | error_code | error | go, alloydb, read-only, configuration, version-compatibility |
| unable to connect successfully: %w | error_code | critical | go, alloydb, connection, authentication, network |
| unable to execute query: %w | error_code | error | go, sql, postgres, query-execution, alloydb |
| unable to parse row: %w | error_code | error | go, sql, postgres, row-decoding, pgx |
| invalid ipType %s | validation | error | go, configuration, alloydb, validation, ip-type |
| password is provided without a username. Please provide both | validation | error | go, configuration, authentication, alloydb, validation |
| error getting email from ADC: %v | error_code | error | gcp, authentication, alloydb, iam |
| unable to get AlloyDB connection config: %w | error_code | error | gcp, alloydb, configuration, connection |
| unable to parse connection uri: %w | error_code | error | alloydb, postgres, configuration, pgx |
| unable to create driver: %w | error_code | error | arcadedb, driver, configuration, uri |
| unable to connect successfully: %w | error_code | error | arcadedb, connectivity, network, authentication |
| this tool is read-only and cannot execute write queries | validation | error | arcadedb, cypher, read-only, security |
| unable to execute query: %w | error_code | error | arcadedb, cypher, query-execution, network |
| dry-run produced no execution plan | error_code | error | arcadedb, dry-run, execution-plan, compatibility |
| dry-run produced an empty execution plan | exception | error | arcadedb, dry-run, execution-plan, compatibility |
| unable to serialize SQL request: %w | exception | error | |
| unable to create SQL request: %w | exception | error | |
| unable to execute SQL request: %w | exception | error | |
| unable to read SQL response: %w | exception | error | |
| unable to execute SQL request: status %d: %s | http | error | |
| unable to parse SQL response: %w | exception | error | |
| unable to parse arcade uri %q: %w | exception | error | |
| unable to parse host from arcade uri %q | exception | error | |
| unable to create connection driver: %w | exception | error | |
| element in sequence is not a string: %v | validation | error | |
| cannot unmarshal %T into StringOrStringSlice | validation | error | yaml, config, unmarshal, bigquery |
| invalid writeMode %q: must be one of %q, %q, or %q | validation | error | config, validation, bigquery |
| conflicting source configuration: readOnly is %v, but writeM | validation | error | config, validation, conflict, bigquery |
| writeMode 'protected' cannot be used with useClientOAuth ena | validation | error | config, oauth, auth, bigquery |
| useClientOAuth cannot be used with impersonateServiceAccount | validation | error | config, oauth, impersonation, auth, bigquery |
| error creating client from ADC: %w | exception | error | auth, adc, gcp, bigquery, credentials |
| error constructing client creator: %w | exception | error | config, client, oauth, bigquery |
| invalid allowedDataset format: %q, expected 'project.dataset | validation | error | config, validation, bigquery, datasets |
| allowedDataset '%s' not found in project '%s' | validation | error | bigquery, gcp, not-found, config, permissions |
| failed to verify allowedDataset '%s' in project '%s': %w | exception | error | bigquery, network, gcp, permissions, api |
| failed to get logger from context: %w | exception | error | |
| failed to create new session: %w | exception | error | |
| failed to get session ID from new session job | exception | error | |
| failed to get session dataset ID from new session job | exception | error | |
| failed to create impersonated credentials for %q with scopes | exception | error | |
| failed to initialize dataplex client: %w | exception | error | gcp, dataplex, authentication, client-initialization |
| error parsing access token: %w | exception | error | oauth, authentication, http-header, bearer-token |
| error creating client from OAuth access token: %w | exception | error | oauth, authentication, bigquery, client-initialization |
| unable to execute query: %w | exception | error | bigquery, sql, api-error, permissions |
| unable to read query results: %w | exception | error | bigquery, job, query-results, transient |
| unable to iterate through query results: %w | exception | error | bigquery, pagination, network, error-wrapping |
| failed to create impersonated credentials for %q: %w | exception | error | bigquery, gcp, iam, impersonation, authentication |
| failed to find default Google Cloud credentials with scopes | exception | error | bigquery, gcp, authentication, application-default-credentials, env-var |
| failed to create BigQuery client for project %q: %w | exception | critical | bigquery, gcp, client-initialization, network, project-config |
| failed to create BigQuery v2 service: %w | exception | error | bigquery, rest-client, client-initialization, network |
| failed to find default Google Cloud credentials: %w | exception | error | gcp, authentication, adc, environment |
| failed to create Dataplex client for project %q: %w | exception | error | gcp, dataplex, grpc, client-initialization |
| failed to get dataplex client: %w | exception | error | gcp, dataplex, client-initialization, authentication |
| failed to get instance: %w | exception | error | gcp, bigtable, grpc, not-found |
| failed to create instance: %w | exception | error | gcp, bigtable, provisioning, quota |
| failed to update instance: %w | exception | error | gcp, bigtable, update, grpc |
| failed to delete instance: %w | exception | error | gcp, bigtable, admin-api, error-wrapping |
| failed to list instances: %w | exception | error | gcp, bigtable, admin-api, list-instances, error-wrapping |
| failed to get cluster: %w | exception | error | gcp, bigtable, admin-api, get-cluster, error-wrapping |
| failed to list clusters: %w | exception | error | gcp, bigtable, admin-api, list-clusters, error-wrapping |
| failed to create cluster: %w | exception | error | gcp, bigtable, admin-api, create-cluster, error-wrapping |
| failed to update cluster: %w | exception | error | gcp, bigtable, grpc, iam, admin-api |
| failed to delete cluster: %w | exception | error | gcp, bigtable, grpc, iam, admin-api |
| failed to get table: %w | exception | error | gcp, bigtable, grpc, iam, admin-api |
| failed to create table: %w | exception | error | gcp, bigtable, grpc, iam, admin-api |
| failed to create column family: %w | exception | error | gcp, bigtable, grpc, iam, schema |
| failed to delete table: %w | exception | error | gcp, bigtable, grpc, iam, admin-api |
| failed to list tables: %w | exception | error | gcp, bigtable, grpc, iam, network |
| failed to update table: %w | exception | error | gcp, bigtable, grpc, change-streams, admin-api |
| failed to get logical view: %w | exception | error | gcp, bigtable, grpc, iam, logical-views |
| failed to list logical views: %w | exception | error | gcp, bigtable, grpc, iam, logical-views |
| failed to list materialized views: %w | exception | error | gcp, bigtable, admin-api, permissions |
| failed to create logical view: %w | exception | error | gcp, bigtable, admin-api, permissions |
| failed to update logical view: %w | exception | error | gcp, bigtable, admin-api, permissions |
| failed to delete logical view: %w | exception | error | gcp, bigtable, admin-api, permissions |
| failed to get materialized view: %w | exception | error | gcp, bigtable, admin-api, permissions |
| failed to create materialized view: %w | exception | error | gcp, bigtable, admin-api, permissions |
| failed to update materialized view: %w | exception | error | gcp, bigtable, admin-api, permissions |
| failed to delete materialized view: %w | exception | error | gcp, bigtable, admin-api, permissions |
| unable to create client: %w | exception | critical | gcp, bigtable, authentication, configuration |
| unable to create instance admin client: %w | exception | critical | gcp, bigtable, authentication, iam, configuration |
| unable to create admin client: %w | exception | error | gcp, bigtable, initialization, configuration |
| unknow param type %s | exception | error | bigtable, parameters, type-mapping, configuration |
| fail to get map params: %w | exception | error | bigtable, parameters, type-mapping |
| unable to prepare statement: %w | exception | error | bigtable, sql, prepare-statement |
| unable to bind: %w | exception | error | bigtable, parameters, binding, type-mismatch |
| unable to execute client: %w | exception | error | bigtable, grpc, query-execution, network |
| error processing row: %w | exception | error | bigtable, row-processing, deserialization |
| unable to create bigtable.NewClient: %w | exception | error | gcp, bigtable, authentication, initialization |
| unable to create bigtable.NewInstanceAdminClient: %w | exception | error | gcp, bigtable, authentication, admin-api |
| unable to create bigtable.NewAdminClient: %w | exception | error | gcp, bigtable, admin-api, initialization |
| unable to create session: %v | exception | error | cassandra, initialization, connection |
| unable to parse rows: %w | exception | error | cassandra, query, row-parsing |
| invalid Cassandra configuration: password provided without a | validation | error | cassandra, configuration, authentication |
| failed to create Cassandra session: %w | exception | error | cassandra, connection, session |
| unable to create pool: %w | exception | error | clickhouse, initialization, connection-pool |
| unable to connect successfully: %w | exception | error | clickhouse, ping, connectivity |
| unable to execute query: %w | exception | error | clickhouse, query, execution |
| unable to retrieve rows column name: %w | exception | error | clickhouse, query, metadata |
| unable to get column types: %w | exception | error | clickhouse, query, column-types |
| unable to parse row: %w | exception | error | clickhouse, scan, row-parsing, type-mapping |
| errors encountered by results.Scan: %w | exception | error | clickhouse, database, connection-drop, query-execution |
| invalid protocol: %s, must be one of: http, https | validation | error | clickhouse, configuration, validation |
| sql.Open: %w | exception | error | clickhouse, database, connection, dsn |
| error in User Agent retrieval: %s | exception | error | cloudgda, initialization, user-agent, context |
| failed to create DataChatClient: %w | exception | error | cloudgda, google-cloud, authentication, client-initialization |
| failed to find default credentials: %w | exception | error | cloudgda, google-cloud, authentication, adc |
| client-side OAuth is enabled but no access token was provide | validation | error | cloudgda, oauth, authentication, access-token |
| failed to create per-request DataChatClient: %w | exception | error | cloudgda, google-cloud, oauth, client-initialization |
| error creating service from ADC: %w | exception | error | cloudhealthcare, google-cloud, authentication, adc |
| error constructing service creator: %w | exception | error | cloudhealthcare, google-cloud, oauth, initialization |
| dataset '%s' not found | exception | error | |
| failed to verify existence of dataset '%s': %w | exception | error | |
| allowedFhirStore '%s' not found in dataset '%s' | exception | error | |
| failed to verify allowedFhirStore '%s' in datasest '%s': %w | exception | error | |
| allowedDicomStore '%s' not found in dataset '%s' | exception | error | |
| failed to verify allowedDicomFhirStore '%s' in datasest '%s' | exception | error | |
| failed to create Healthcare service: %w | exception | error | |
| failed to find default Google Cloud credentials with scope % | exception | error | |
| could not read response: %w | exception | error | |
| status %d %s: %s | http | error | http, google-cloud, healthcare-api, api-error |
| could not unmarshal response as json: %w | exception | error | json, unmarshal, google-cloud, healthcare-api |
| error creating service from OAuth access token: %w | exception | error | oauth, authentication, google-cloud, token |
| invalid page URL: %w | validation | error | url, validation, pagination, fhir |
| URL scheme must be https, got %q | validation | error | https, security, ssrf, url-validation |
| URL host must be an allowed FHIR host, got %q | validation | error | ssrf, security, allowlist, url-validation |
| invalid FHIR URL path structure: path too short | validation | error | url-validation, fhir, pagination, path |
| invalid API version prefix: %q | validation | error | url-validation, api-version, fhir, path |
| invalid path: expected 'projects', got %q | validation | error | url-validation, fhir, path, pagination |
| failed to find default Google Cloud credentials with scope % | exception | error | authentication, google-cloud, adc, credentials, logging |
| failed to create Cloud Logging Admin client for project %q: | exception | error | gcp, cloud-logging, authentication, go |
| failed to create logadmin client for project %q: %w | exception | error | gcp, cloud-logging, oauth, go |
| error in User Agent retrieval: %s | exception | error | gcp, cloud-monitoring, user-agent, go |
| failed to find default credentials: %w | exception | error | gcp, cloud-monitoring, authentication, adc, go |
| client-side OAuth is enabled but no access token was provide | validation | error | gcp, cloud-monitoring, oauth, client-auth |
| failed to read response body: %w | exception | error | network, http, cloud-monitoring |
| request failed: %s, body: %s | http | error | http, cloud-monitoring, api-error |
| failed to unmarshal json: %w, body: %s | exception | error | json, cloud-monitoring, http |
| error in User Agent retrieval: %s | exception | error | gcp, cloud-sql, user-agent, go |
| failed to find default credentials: %w | exception | error | gcp, cloud-sql, authentication, adc, go |
| error creating new sqladmin service: %w | exception | critical | gcp, authentication, cloud-sql, initialization |
| error cloning instance: %w | exception | error | gcp, cloud-sql, api-error, clone |
| error creating database: %w | exception | error | gcp, cloud-sql, api-error, database |
| missing 'password' parameter for non-IAM user | validation | error | validation, cloud-sql, missing-parameter, iam |
| error creating user: %w | exception | error | gcp, cloud-sql, api-error, users |
| error getting instance: %w | exception | error | gcp, cloud-sql, api-error, lookup |
| error listing databases: %w | exception | error | gcp, cloud-sql, api-error, listing |
| error listing instances: %w | exception | error | gcp, cloud-sql, api-error, listing |
| error executing sql: %w | exception | error | gcp, cloud-sql, sql, api-error |
| error creating instance: %w | exception | error | gcp, cloudsql, api-error, provisioning |
| operation finished with error but could not marshal error ob | exception | error | gcp, cloudsql, json-marshal, operations |
| operation finished with error: %s | exception | error | gcp, cloudsql, operations, provisioning |
| could not marshal operation: %w | exception | error | gcp, cloudsql, json-marshal, operations |
| could not unmarshal operation: %w | exception | error | gcp, cloudsql, json-unmarshal, operations |
| error creating backup: %w | exception | error | gcp, cloudsql, api-error, backup |
| source project and instance are required when restoring via | validation | error | validation, cloudsql, missing-parameter, restore |
| error restoring backup: %w | exception | error | gcp, cloudsql, api-error, restore |
| unable to create db connection: %w | exception | critical | gcp, cloudsql, mssql, connection, initialization |
| unable to connect successfully: %w | exception | critical | cloudsql, mssql, database, connection, startup |
| unable to execute query: %w | exception | error | mssql, sql, query-execution, cloudsql |
| unable to parse row: %w | exception | error | mssql, sql, row-scan, type-conversion, cloudsql |
| errors encountered during query execution or row processing: | exception | error | mssql, sql, result-iteration, cloudsql |
| unable to create pool: %w | exception | critical | cloudsql, mysql, database, connection-pool, startup |
| unable to connect successfully: %w | exception | critical | mysql, cloudsql, connection, database |
| unable to execute query: %w | exception | error | mysql, sql, query-execution, cloudsql |
| unable to retrieve rows column name: %w | exception | error | mysql, resultset, connection-drop, cloudsql |
| unable to get column types: %w | exception | error | mysql, resultset, metadata, cloudsql |
| unable to parse row: %w | exception | error | mysql, row-scan, type-conversion, cloudsql |
| errors encountered when converting values: %w | exception | error | |
| errors encountered during row iteration: %w | exception | error | |
| password is provided without a username. Please provide both | validation | error | |
| error getting email from ADC: %v | exception | error | |
| unable to get Cloud SQL connection config: %w | exception | error | |
| unable to register driver: %w | exception | error | |
| unable to create pool: %w | exception | error | |
| unable to connect successfully: %w | exception | error | |
| failed to execute 'SELECT 1' after connection: %w | exception | error | |
| unable to execute query: %w | exception | error | |
| unable to parse row: %w | exception | error | postgres, row-decoding, query-execution, pgx |
| password is provided without a username. Please provide both | validation | error | configuration, cloudsql, postgres, iam-auth, credentials |
| error getting email from ADC: %v | exception | error | gcp, iam-auth, adc, cloudsql, credentials |
| unable to get Cloud SQL connection config: %w | exception | error | configuration, cloudsql, postgres, credentials, connection |
| unable to parse connection uri: %w | exception | error | postgres, dsn, configuration, pgx, connection-string |
| unable to create client: %w | exception | error | gcp, cloud-storage, gcs, credentials, client-init |
| bucket %q is not allowed by source %q configuration | validation | error | authorization, cloud-storage, allowlist, configuration, access-control |
| local path %q is not under any allowed local roots for sourc | validation | error | filesystem, path-validation, allowlist, security, cloud-storage |
| local path %q cannot be resolved for source %q: %w | validation | error | filesystem, symlink, path-resolution, cloudstorage |
| local path %q resolves through a symbolic link to a target o | validation | critical | security, symlink, path-traversal, sandbox-escape, cloudstorage |
| failed to list objects in bucket %q: %w | exception | error | gcs, network, iam, list-objects, cloudstorage |
| failed to open object %q in bucket %q: %w | exception | error | gcs, network, iam, read-object, not-found, cloudstorage |
| object %q: %d bytes exceeds %d byte limit: %w | exception | error | size-limit, read-object, gcs, cloudstorage |
| failed to read object %q in bucket %q: %w | exception | error | network, io, read-object, gcs, cloudstorage |
| object %q in bucket %q: %w | exception | error | encoding, utf8, binary-content, read-object, cloudstorage |
| failed to list buckets in project %q: %w | exception | error | gcs, iam, project, list-buckets, cloudstorage |
| failed to create bucket %q in project %q: %w | exception | error | gcs, bucket-creation, iam, name-conflict, cloudstorage |
| failed to get metadata for created bucket %q: %w | exception | warning | gcs, metadata, retry, bucket-creation, cloudstorage |
| failed to get metadata for bucket %q: %w | exception | error | |
| failed to get IAM policy for bucket %q: %w | exception | error | |
| failed to get metadata for object %q in bucket %q: %w | exception | error | |
| destination %q: %w | exception | error | |
| failed to open destination %q: %w | exception | error | |
| failed to write object %q to %q: %w | exception | error | |
| failed to close destination %q: %w | exception | error | |
| failed to open source %q: %w | exception | error | |
| failed to copy %q to object %q in bucket %q: %w | exception | error | |
| failed to finalize upload of %q to %q/%q: %w | exception | error | gcs, upload, permissions, network, context-cancelled |
| failed to write content to object %q in bucket %q: %w | exception | error | gcs, write, context-cancelled, network |
| failed to finalize write to %q/%q: %w | exception | error | gcs, write, permissions, context-cancelled |
| failed to copy %q/%q to %q/%q: %w | exception | error | gcs, copy, permissions, object-not-found |
| failed to move %q to %q in bucket %q: %w | exception | error | gcs, move, object-not-found, permissions, emulator |
| failed to delete object %q in bucket %q: %w | exception | error | gcs, cloud-storage, delete, wrap-error |
| failed to delete bucket %q: %w | exception | error | gcs, cloud-storage, delete, bucket, wrap-error |
| unable to create storage.NewClient for project %q: %w | exception | critical | gcs, authentication, client-init, wrap-error |
| invalid retryBaseDelay: %w | validation | error | config, duration, validation, cockroachdb |
| unable to create pool: %w | exception | critical | cockroachdb, connection, pool, database, wrap-error |
| failed to connect to CockroachDB after %d retries: %w | exception | error | cockroachdb, connection, retry, database |
| unable to close source %q: %w | exception | warning | shutdown, lifecycle, resource-cleanup, go |
| unable to initialize source %q: source is closed | exception | error | lifecycle, shutdown, use-after-close, go |
| unable to initialize source %q: %w | exception | error | initialization, connection, database, tracing |
| unable to execute query: %w | exception | error | couchbase, n1ql, query, database |
| error processing row: %w | exception | error | couchbase, n1ql, streaming, row-decode |
| failed to find default Google Cloud credentials with scope % | exception | error | gcp, authentication, credentials, adc |
| failed to marshal request: %w | exception | error | json, serialization |
| failed to create http request: %w | exception | error | http, url, request-construction |
| failed to execute request: %w | exception | error | network, http, timeout |
| request failed with status %s: %s | http | error | http, api-error, permissions, rest |
| failed to decode response: %w | exception | error | json, response-parsing, rest |
| failed to find default Google Cloud credentials for project | exception | error | |
| failed to create Lineage client for project %q: %w | exception | error | |
| failed to start search lineage streaming: %w | exception | error | |
| error receiving from search lineage stream: %w | exception | error | |
| failed to get project details for project %q: %w | exception | error | gcp, project-not-found, permissions, dataplex, initialization |
| unexpected project resource name format: %q | exception | error | gcp, dataplex, parsing, initialization, defensive |
| failed to parse project number %q as int64: %w | exception | error | gcp, dataplex, parsing, strconv, initialization |
| failed to create impersonated credentials for %q for project | exception | error | gcp, iam, impersonation, dataplex, authentication |
| failed to find default Google Cloud credentials for project | exception | error | gcp, authentication, adc, dataplex, initialization |
| failed to create Dataplex client for project %q: %w | exception | error | gcp, dataplex, client-construction, network, initialization |
| failed to create Dataplex DataScan client for project %q: %w | exception | error | gcp, dataplex, client-construction, network, initialization |
| failed to create Dataplex DataProduct client for project %q: | exception | error | gcp, dataplex, client-construction, versioning, initialization |
| failed to create ResourceManager projects client for project | exception | error | gcp, resource-manager, client-construction, network, initialization |
| failed to create search entries iterator for project %q | exception | error | gcp, dataplex, search, iterator, nil-client |
| pageSize must be positive: %d | validation | error | |
| failed to search aspect types with error code: %q message: % | error_code | error | |
| failed to search aspect types: %w | exception | error | |
| failed to get aspect type for entry %q: %w | exception | error | |
| failed to get aspect type after retries for entry %q: %w | exception | error | |
| failed to search entries with error code: %q message: %s | error_code | error | |
| failed to search entries: %w | exception | error | |
| failed to list data scans: code=%s message=%s | error_code | error | |
| failed to list data scans: %w | exception | error | gcp, dataplex, grpc, network, pagination |
| failed to list data products: code=%s message=%s | error_code | error | gcp, dataplex, grpc, iam, permissions |
| failed to list data products: %w | exception | error | gcp, dataplex, grpc, network, pagination |
| failed to list data assets: code=%s message=%s | error_code | error | gcp, dataplex, grpc, iam, permissions |
| failed to list data assets: %w | exception | error | gcp, dataplex, grpc, network, pagination |
| invalid operation name: %q | exception | error | gcp, dataplex, lro, parsing, response-format |
| failed to marshal operation to JSON: %w | exception | error | dataplex, protojson, serialization, gcp |
| failed to unmarshal operation JSON to map: %w | exception | error | dataplex, json, unmarshal, gcp |
| failed to list data scan jobs for scan %q | exception | error | dataplex, nil-iterator, client-init, gcp |
| failed to parse data quality spec JSON: %w | validation | error | dataplex, json, protojson, data-quality, validation |
| dataplex catalog client is nil | exception | error | dataplex, nil-client, searchcatalog, gcp |
| failed to create search entries iterator | exception | error | dataplex, searchcatalog, iterator, gcp |
| can't convert projectIds to array of strings: %w | validation | error | dataplex, searchcatalog, parameters, type-conversion |
| can't convert %s to array of strings: %w | validation | error | dataplex, searchcatalog, parameters, type-conversion |
| can't convert types to array of strings: %w | validation | error | dataplex, searchcatalog, parameters, type-conversion |
| failed to get catalog client: %w | exception | error | gcp, authentication, dataplex, client-initialization |
| error in User Agent retrieval: %s | exception | error | dataproc, user-agent, context, initialization |
| failed to create dataproc client: %w | exception | error | gcp, dataproc, grpc, client-initialization |
| failed to create longrunning client: %w | exception | error | gcp, dataproc, grpc, longrunning-operations |
| failed to create dataproc job client: %w | exception | error | gcp, dataproc, grpc, client-initialization |
| failed to list clusters: %w | exception | error | gcp, dataproc, pagination, iam |
| failed to get cluster: %w | exception | error | gcp, dataproc, rpc, not-found |
| failed to marshal cluster to JSON: %w | exception | error | dataproc, serialization, protojson |
| failed to unmarshal cluster JSON: %w | exception | error | dataproc, serialization, json |
| invalid jobStateMatcher: %s. Supported values: ALL, ACTIVE, | validation | error | dataproc, validation, invalid-parameter, enum |
| failed to list jobs: %w | exception | error | gcp, dataproc, api-error, wrapped-error |
| error generating logs url: %v | exception | error | gcp, dataproc, url-generation, missing-metadata |
| failed to get job: %w | exception | error | gcp, dataproc, api-error, wrapped-error |
| failed to marshal job to JSON: %w | exception | error | gcp, dataproc, serialization, protobuf |
| failed to unmarshal job JSON: %w | exception | error | gcp, dataproc, serialization, json |
| job has no placement info | exception | warning | gcp, dataproc, url-generation, nil-check, missing-metadata |
| error parsing JSON: %v | exception | error | dgraph, json, http, parsing |
| dgraph url should not be empty | validation | error | dgraph, configuration, missing-config, startup |
| error marshlling json: %v | exception | error | dgraph, json, serialization, parameters |
| error building req for endpoint [%v] :%v | exception | error | |
| error performing HTTP request: %w | exception | error | |
| error reading response body: url: [%v], err: [%v] | exception | error | |
| got non 200 resp: %v | http | error | |
| failed to marshal credentials: %v | exception | warning | serialization, json, dgraph, login |
| error building req for endpoint [%v] : %v | exception | error | http, url, dgraph, request-building, configuration |
| failed to unmarshal response: %v | exception | error | json, http-response, dgraph, login, unmarshal |
| no access JWT found in the response | exception | critical | authentication, jwt, dgraph, acl, login |
| no refresh JWT found in the response | exception | critical | authentication, jwt, refresh-token, dgraph, login |
| error creating request: %w | exception | error | dgraph, http, url, config |
| error performing request: %w | exception | error | dgraph, network, http, health-check |
| failed to unmarshal json: %v | exception | error | dgraph, json, health-check, unmarshal |
| health info should not empty for: %v | exception | error | dgraph, health-check, empty-response |
| dgraph instance [%v] is not in healthy state, address is %v | exception | error | dgraph, health-check, unhealthy-instance, operations |
| failed to get url %v | exception | error | dgraph, url, config, validation |
| error : %v | exception | error | dgraph, dql, query-error, api |
| dialect invalid: must be one of "googlesql", or "postgresql" | validation | error | config, validation, yaml, dialect, bigquery |
| error getting user agent from context: %w | exception | error | elasticsearch, context, user-agent, initialization |
| elasticsearch source %q requires either username/password or | validation | error | config, elasticsearch, authentication, missing-credentials |
| elasticsearch connection failed: status %d | http | error | network, elasticsearch, http-status, authentication |
| failed to marshal query body: %w | exception | error | serialization, json, elasticsearch |
| elasticsearch error: status %s | http | error | elasticsearch, http-status, response-parsing, esql |
| failed to decode response body: %w | exception | error | elasticsearch, response-parsing, json, esql |
| tls.insecureSkipVerify is set on source %q but tls.enabled i | validation | error | config, tls, falkordb, validation |
| unable to get logger from ctx: %s | exception | error | context, logging, falkordb, initialization |
| unable to create client: %w | exception | error | network, falkordb, client-init, dns |
| unable to connect successfully: %w | exception | error | network, falkordb, connection, ping, tls |
| unable to create connection client: %w | exception | error | falkordb, client-init, network, configuration |
| unable to explain query: %w | exception | error | falkordb, graph-database, dry-run, redis-protocol |
| unable to execute query: %w | exception | error | falkordb, cypher, query-execution |
| unable to create pool: %w | exception | error | firebird, connection-pool, dsn, configuration |
| unable to connect successfully: %w | exception | error | firebird, connectivity, ping, authentication |
| unable to execute query: %w | exception | error | firebird, sql, query-execution |
| unable to get columns: %w | exception | error | firebird, resultset, metadata |
| unable to parse row: %w | exception | error | firebird, scan, data-type, blob |
| error iterating rows: %w | exception | error | firebird, row-iteration, network, context-cancellation |
| unable to create connection pool: %w | exception | error | firebird, sql-open, driver-registration, dsn |
| failed to initialize Firebase Rules client: %w | exception | error | firestore, firebase-rules, gcp, authentication, initialization |
| failed to execute query: %w | exception | error | firestore, query, grpc, gcp |
| failed to get documents: %w | exception | error | firestore, batch-read, grpc, gcp |
| failed to add document: %w | exception | error | firestore, write, grpc, gcp |
| failed to retrieve updated document: %w | exception | error | firestore, read-back, grpc, gcp |
| failed to update document: %w | exception | error | firestore, update, grpc, gcp |
| failed to add delete operation for document %q: %w | exception | error | |
| failed to list subcollections of document %q: %w | exception | error | |
| failed to list root collections: %w | exception | error | |
| failed to get latest Firestore release: %w | exception | error | |
| no active Firestore rules were found in project '%s' and dat | exception | error | |
| failed to get ruleset content: %w | exception | error | |
| no rules files found in ruleset | exception | error | |
| failed to validate rules: %w | exception | error | |
| failed to list collections: %w | exception | error | |
| failed to sample documents from collection %q: %w | exception | error | firestore, schema-discovery, permissions, document-sampling |
| failed to marshal schema query: %w | exception | error | firestore, json-marshal, pipeline, schema-discovery |
| get_schema API error (status %d): %s | http | error | firestore, http, api-error, schema-discovery, rest |
| failed to create authenticated HTTP client: %w | exception | critical | firestore, authentication, adc, google-cloud, http-client |
| failed to marshal pipeline payload: %w | exception | error | firestore, json-marshal, pipeline, mql |
| failed to create HTTP request: %w | exception | error | firestore, http, request-construction, network |
| failed to execute pipeline request: %w | exception | error | firestore, http, network, timeout |
| failed to read response body: %w | exception | error | firestore, http, io, response-body |
| executePipeline API error (status %d): %s | http | error | firestore, http, api-error, status-code |
| failed to create Firestore client for project %q and databas | exception | critical | firestore, authentication, initialization, gcp |
| failed to create Firebase Rules client for project %q: %w | exception | critical | firebase, firebaserules, authentication, initialization, gcp |
| unable to parse Timeout string as time.Duration: %s | validation | error | http, configuration, validation, duration |
| unable to get logger from ctx: %s | exception | error | http, logging, context, initialization |
| failed to parse BaseUrl %v | validation | error | http, configuration, url, validation |
| invalid allowedIpRanges: %w | validation | error | http, configuration, cidr, validation, security |
| invalid customBlockedIpRanges: %w | validation | error | |
| invalid BaseURL %s: points to a blocked internal IP address | validation | error | |
| failed to create secure HTTP client: %w | exception | error | |
| error making HTTP request: %s | exception | error | |
| unexpected status code: %d, response body: %s | http | error | |
| unexpected status code: %d (%s) | http | error | |
| unexpected status code: %d | http | error | |
| invalid CIDR or IP address %q: %w | validation | error | |
| connection to blocked IP %s denied | exception | error | |
| stopped after 10 redirects | exception | error | http, redirect, network |
| redirect to blocked IP %s denied | exception | error | ssrf, security, redirect |
| failed to resolve redirect host %s: %w | exception | error | dns, redirect, network |
| redirect host %s resolves to blocked IP %s | exception | error | ssrf, security, dns, redirect |
| ipType invalid: must be one of "public", "private", or "psc" | validation | error | config, yaml, validation |
| unable to get logger from ctx: %s | exception | error | looker, context, logging, initialization |
| unable to parse Timeout string as time.Duration: %s | validation | error | looker, config, duration, validation |
| client_id and client_secret need to be specified | validation | error | looker, config, authentication, oauth |
| incorrect settings: %w | exception | error | looker, authentication, api, initialization |
| no access token supplied with request | validation | error | looker, authentication, oauth, access-token |
| client id or client secret not valid | exception | error | looker, authentication, credentials, config |
| failed to find default Google Cloud credentials with scope % | exception | error | gcp, authentication, adc, credentials |
| empty web_server_url in versions payload | exception | warning | looker, api-response, config |
| invalid web_server_url format: %q | validation | warning | looker, url-validation, config |
| unable to create pool: %w | exception | error | mindsdb, mysql, pool, connection, config |
| unable to connect successfully: %w | exception | error | mindsdb, mysql, connection, authentication, timeout |
| unable to execute query: %w | exception | error | mindsdb, sql, query-execution, mysql |
| unable to retrieve rows column name: %w | exception | error | mindsdb, mysql, resultset, metadata |
| unable to get column types: %w | exception | error | mindsdb, mysql, resultset, metadata |
| unable to parse row: %w | exception | error | mindsdb, mysql, scan, row-parsing |
| errors encountered when converting values: %w | exception | error | |
| errors encountered during row iteration: %w | exception | error | |
| invalid queryTimeout %q: %w | validation | error | |
| sql.Open: %w | exception | error | |
| unable to create MongoDB client: %w | exception | error | |
| unable to connect successfully: %w | exception | error | |
| this is not a read-only pipeline: %+v | validation | error | |
| unable to unmarshal filter string: %w | validation | error | |
| unable to unmarshal update string: %w | validation | error | |
| error updating collection: %w | exception | error | |
| unable to create db connection: %w | exception | error | mssql, configuration, connection, client-init |
| unable to connect successfully: %w | exception | error | mssql, network, authentication, tls, connection |
| unable to execute query: %w | exception | error | mssql, sql, query-execution, database |
| unable to parse row: %w | exception | error | mssql, sql, scan, data-types |
| errors encountered during query execution or row processing: | exception | error | mssql, sql, network, streaming, timeout |
| sql.Open: %w | exception | error | mssql, configuration, dsn, client-init |
| unable to create pool: %w | exception | error | |
| unable to connect successfully: %w | exception | error | |
| unable to execute query: %w | exception | error | |
| unable to retrieve rows column name: %w | exception | error | |
| unable to get column types: %w | exception | error | |
| unable to parse row: %w | exception | error | mysql, sql, row-scan, database |
| errors encountered when converting values: %w | exception | error | mysql, type-conversion, sql, database |
| errors encountered during row iteration: %w | exception | error | mysql, network, sql, streaming |
| invalid queryTimeout %q: %w | validation | error | mysql, configuration, duration, validation |
| sql.Open: %w | exception | error | mysql, sql-open, configuration, dsn |
| unable to create driver: %w | exception | error | |
| unable to connect successfully: %w | exception | error | |
| this tool is read-only and cannot execute write queries | exception | error | |
| unable to execute query: %w | exception | error | |
| unable to create connection driver: %w | exception | error | |
| unable to create pool: %w | exception | error | |
| unable to connect successfully: %w | exception | error | |
| unable to execute query: %w | exception | error | |
| unable to retrieve rows column name: %w | exception | error | |
| unable to get column types: %w | exception | error | |
| unable to parse row: %w | exception | error | database, scan, row-parsing, oceanbase |
| errors encountered when converting values: %w | exception | error | database, type-conversion, oceanbase, mysql |
| errors encountered during row iteration: %w | exception | error | database, network, row-iteration, oceanbase |
| invalid queryTimeout %q: %w | exception | error | configuration, duration-parsing, oceanbase |
| sql.Open: %w | exception | error | database, dsn, connection-pool, oceanbase |
| invalid Oracle configuration: %w | exception | error | configuration, oracle, validation |
| must provide one of: 'tns_alias', 'connection_string', or bo | validation | error | configuration, oracle, missing-field |
| provide only one connection method: 'tns_alias', 'connection | validation | error | configuration, oracle, ambiguous-config |
| `tnsAdmin` can only be used when `UseOCI` is true, or use `w | validation | error | configuration, oracle, wallet, oci |
| when using an OCI driver, use `tnsAdmin` to specify credenti | validation | error | configuration, oracle, wallet, oci |
| unable to create Oracle connection: %w | exception | critical | oracle, database, connection, config |
| unable to connect to Oracle successfully: %w | exception | critical | oracle, database, network, authentication, ping |
| unable to execute DML statement: %w | exception | error | oracle, sql, dml, execution |
| unable to get rows affected: %w | exception | warning | oracle, sql, rows-affected, driver |
| unable to execute query: %w | exception | error | oracle, sql, query, select |
| query execution error: %w | exception | error | oracle, database-sql, query-execution, network |
| unable to scan row: %w | exception | error | oracle, database-sql, row-scan, type-conversion |
| unable to unmarshal json data for column %s | exception | error | oracle, json, unmarshal, data-integrity |
| unexpected receiver type: %T | exception | error | oracle, internal-invariant, database-sql, type-switch |
| errors encountered during query execution or row processing: | exception | error | oracle, database-sql, rows-err, network, long-query |
| unable to open Oracle connection with driver %s: %w | exception | error | |
| unable to create pool: %w | exception | error | |
| unable to connect successfully: %w | exception | error | |
| unable to execute query: %w | exception | error | |
| unable to parse row: %w | exception | error | |
| unable to parse connection uri: %w | exception | error | |
| unable to create connection pool: %w | exception | error | |
| invalid queryExecMode %q: must be one of %q, %q, %q, %q, or | validation | error | |
| error initializing Redis client: %s | exception | error | |
| unable to connect to redis cluster: %s | exception | error | redis, connection, cluster, go |
| unable to connect to redis: %s | exception | error | redis, connection, ping, go |
| error getting result: %s | exception | error | redis, command-execution, go |
| unable to create session: %v | exception | error | scylladb, cassandra, session, go |
| failed to execute ScyllaDB query: %w | exception | error | scylladb, cql, query, go |
| invalid ScyllaDB configuration: password provided without a | validation | error | scylladb, config, validation, authentication |
| failed to create ScyllaDB session: %w | exception | error | scylladb, gocql, connection, go |
| error in User Agent retrieval: %s | exception | error | serverless-spark, dataproc, user-agent, context, go |
| failed to create dataproc batch client: %w | exception | error | serverless-spark, dataproc, gcp, authentication, client |
| failed to create dataproc session template client: %w | exception | error | serverless-spark, dataproc, gcp, client, authentication |
| failed to create longrunning client: %w | exception | error | |
| failed to create dataproc session client: %w | exception | error | |
| failed to get operations client: %w | exception | error | |
| failed to cancel operation: %w | exception | error | |
| failed to create batch: %w | exception | error | |
| failed to get create batch op metadata: %w | exception | error | |
| error extracting batch details from name %q: %v | exception | error | |
| failed to list batches: %w | exception | error | |
| error generating console url: %v | exception | error | |
| error generating logs url: %v | exception | error | |
| failed to get batch: %w | exception | error | |
| failed to marshal batch to JSON: %w | exception | error | |
| failed to unmarshal batch JSON: %w | exception | error | |
| failed to get session template: %w | exception | error | |
| failed to marshal session template to JSON: %w | exception | error | |
| failed to unmarshal session template JSON: %w | exception | error | |
| failed to list sessions: %w | exception | error | |
| failed to get session: %w | exception | error | |
| failed to marshal session to JSON: %w | exception | error | |
| failed to unmarshal session JSON: %w | exception | error | |
| failed to parse batch name: %s | exception | error | |
| failed to parse session template name: %s | exception | error | |
| failed to parse session name: %s | exception | error | |
| unable to create pool: %w | exception | error | |
| unable to connect successfully: %w | exception | error | singlestore, database, connection, network |
| unable to execute query: %w | exception | error | singlestore, sql, query |
| unable to retrieve rows column name: %w | exception | error | singlestore, sql, resultset |
| unable to get column types: %w | exception | error | singlestore, sql, resultset, types |
| unable to parse row: %w | exception | error | singlestore, sql, scan, types |
| errors encountered when converting values: %w | exception | error | singlestore, sql, types, conversion |
| errors encountered during row iteration: %w | exception | error | singlestore, sql, row-iteration, network |
| invalid queryTimeout %q: %w | validation | error | singlestore, config, validation, timeout |
| sql.Open: %w | exception | error | singlestore, config, dsn, validation |
| unable to create connection: %w | exception | error | snowflake, config, connection, validation |
| unable to connect successfully: %w | exception | error | |
| unable to execute query: %w | exception | error | |
| unable to get columns: %w | exception | error | |
| unable to scan row: %w | exception | error | |
| row iteration error: %w | exception | error | |
| unknown source type: %q | validation | error | |
| unable to parse source %q as %q: %w | validation | error | |
| unable to create client: %w | exception | error | |
| unable to parse row: %w | exception | error | |
| column 'object_details' is not a string, but %T | exception | error | spanner, type-assertion, json-column |
| unable to unmarshal JSON: %w | exception | error | spanner, json, unmarshal |
| unable to execute client: %w | exception | error | spanner, transaction, sql-execution |
| unable to create new client: %w | exception | error | spanner, client-init, authentication |
| unable to create db connection: %w | exception | error | sqlite, connection, config |
| unable to connect successfully: %w | exception | error | sqlite, ping, database-locked |
| unable to execute query: %w | exception | error | sqlite, sql-execution, query |
| unable to get column names: %w | exception | error | sqlite, rows-metadata |
| unable to scan row: %w | exception | error | sqlite, scan, rows |
| error iterating rows: %w | exception | error | sqlite, rows-iteration, io |
| sql.Open: %w | exception | error | |
| unable to create pool: %w | exception | error | |
| unable to connect successfully: %w | exception | error | |
| unable to execute query: %w | exception | error | |
| unable to retrieve rows column name: %w | exception | error | |
| unable to get column types: %w | exception | error | |
| unable to parse row: %w | exception | error | |
| expected []byte for JSON column, but got %T | exception | error | |
| unable to unmarshal json data %s | exception | error | |
| expected []byte for text-like column, but got %T | exception | error | |
| errors encountered during row iteration: %w | exception | error | database, tidb, row-iteration, query-execution |
| sql.Open: %w | exception | error | database, tidb, dsn, connection-pool |
| unable to create pool: %w | exception | error | database, trino, connection-pool, initialization |
| unable to connect successfully: %w | exception | error | database, trino, connectivity, ping, tls |
| unable to execute query: %w | exception | error | database, trino, query-execution, sql |
| unable to retrieve column names: %w | exception | error | database, trino, result-metadata, row-iteration |
| unable to parse row: %w | exception | error | database, trino, scan, type-conversion |
| errors encountered during row iteration: %w | exception | error | database, trino, row-iteration, query-timeout |
| failed to build DSN: %w | exception | error | database, trino, dsn, configuration |
| unable to get logger from ctx: %s | exception | error | context, logging, trino, initialization |
| failed to register custom client: %w | exception | error | |
| failed to open connection: %w | exception | error | |
| invalid ipType %s. Must be one of `public`, `private`, or `p | validation | error | |
| failed to call userinfo endpoint: %w | exception | error | |
| failed to call tokeninfo endpoint: %w | exception | error | |
| error reading response body %d: %s | exception | error | |
| tokeninfo endpoint returned non-OK status %d: %s | http | error | |
| error parsing JSON: %v | exception | error | |
| email not found in response: %v | exception | error | |
| email field is not a string | exception | error | |
| unsupported dbType: %s. Use 'mysql' or 'postgres' | validation | error | config, iam-auth, cloud-sql, google-cloud |
| username from ADC cannot be an empty string | validation | error | iam-auth, google-cloud, adc, config |
| failed to find default credentials (run 'gcloud auth applica | exception | error | google-cloud, authentication, adc, environment |
| failed to get token from token source: %w | exception | error | google-cloud, oauth2, network, authentication |
| retrieved token is invalid or expired | exception | error | google-cloud, oauth2, token, authentication |
| error initializing Valkey client: %s | exception | error | valkey, redis, connection, initialization |
| no valid commands were built to execute | validation | error | valkey, redis, validation, empty-input |
| unable to create pool: %w | exception | error | yugabytedb, postgres, pool, initialization, config |
| unable to connect successfully: %w | exception | error | yugabytedb, postgres, connection, ping, network |
| unable to execute query: %w | exception | error | yugabytedb, sql, query-execution, postgres |
| unable to parse row: %w | exception | error | database, yugabytedb, row-decoding, query-execution |
| unable to create connection pool: %w | exception | critical | database, yugabytedb, connection-pool, pgx, startup |
| unable to create %s metric: %w | exception | error | telemetry, opentelemetry, metrics, instrumentation |
| unable to set up resource: %w | exception | error | telemetry, opentelemetry, resource, setup |
| unable to set up trace provider: %w | exception | error | telemetry, opentelemetry, tracing, otlp, setup |
| unable to set up meter provider: %w | error_code | error | telemetry, opentelemetry, metrics, otlp, gcp, setup |
| trace provider fail to set up resource: %w | error_code | error | otel, telemetry, resource-initialization, go |
| %s: %s | error_code | error | gcp, telemetry, adc, configuration |
| invalid source for %q tool: source %q is not a compatible ty | validation | error | alloydb, tool-config, source-mismatch, go |
| invalid source for %q tool: source %q is not a compatible ty | validation | error | alloydb, tool-config, source-mismatch |
| invalid source for %q tool: source %q is not a compatible ty | validation | error | alloydb, tool-config, source-mismatch |
| invalid source for %q tool: source %q is not a compatible ty | validation | error | |
| invalid source for %q tool: source %q is not a compatible ty | validation | error | |
| invalid source for %q tool: source %q is not a compatible ty | validation | error | |
| invalid source for %q tool: source %q is not a compatible ty | validation | error | alloydb, configuration, type-mismatch, gcp |
| invalid source for %q tool: source %q is not a compatible ty | validation | error | alloydb, configuration, type-mismatch, gcp |
| invalid source for %q tool: source %q is not a compatible ty | validation | error | alloydb, configuration, type-mismatch, gcp |
| invalid value for delay: %w | validation | error | alloydb, configuration, duration-parsing, yaml |
| invalid value for maxDelay: %w | validation | error | configuration, duration-parsing, golang, alloydb |
| invalid source for %q tool: source %q is not a compatible ty | validation | error | configuration, type-mismatch, alloydb, source-validation |
| description is required for tool %q | validation | error | configuration, validation, missing-field, alloydb |
| invalid source for %q tool: source %q is not a compatible ty | validation | error | configuration, type-mismatch, alloydb, source-validation |
| description is required for tool %q | validation | error | configuration, validation, missing-field, arcadedb |
| invalid source for %q tool: source %q is not a compatible ty | exception | error | configuration, type-mismatch, arcadedb, source-validation |
| description is required for tool %q | validation | error | configuration, validation, missing-field, arcadedb |
| invalid source for %q tool: source %q is not a compatible ty | exception | error | configuration, type-mismatch, arcadedb, source-validation |
| description is required for tool %q | validation | error | |
| invalid source for %q tool: source %q is not a compatible ty | exception | error | |
| EXTERNAL_QUERY is not allowed when dataset restrictions are | validation | error | |
| querying non-dataset-level INFORMATION_SCHEMA view %q is not | validation | error | |
| querying INFORMATION_SCHEMA views without a dataset prefix i | validation | error | |
| invalid INFORMATION_SCHEMA query path %q | validation | error | |
| CALL is not allowed when dataset restrictions are in place, | validation | error | |
| EXECUTE IMMEDIATE is not allowed when dataset restrictions a | validation | error | bigquery, sql-parsing, dataset-restrictions, security |
| unanalyzable statements like '%s %s' are not allowed | validation | error | bigquery, sql-parsing, dataset-restrictions, ddl |
| dataset-level operations like '%s %s' are not allowed when d | validation | error | bigquery, sql-parsing, dataset-restrictions, ddl |
| unclosed subquery parenthesis | validation | error | bigquery, sql-parsing, syntax-error |
| unclosed backtick identifier | validation | error | bigquery, sql-parsing, identifier-quoting |
| query contains table '%s' without project ID, and no default | validation | error | bigquery, sql-parsing, configuration, project-id |
| failed to insert dry run job: %w | exception | error | bigquery, dry-run, network, google-api |
| unsupported tool parameter type for BigQuery: %s | validation | error | bigquery, parameter-types, configuration, type-mapping |
| description is required for tool %q | validation | error | bigquery, configuration, tool-config, validation |
| invalid source for %q tool: source %q is not a compatible ty | exception | error | bigquery, configuration, source-compatibility, type-mismatch |
| failed to marshal payload: %w | exception | error | go, json, serialization, bigquery |
| failed to create request: %w | exception | error | go, http, url, configuration |
| failed to send request: %w | exception | error | network, http, google-cloud, bigquery |
| API returned non-200 status: %d %s | http | error | http, google-cloud, api-error, bigquery |
| error reading start of json array: %w | exception | error | json, streaming, parsing, bigquery |
| error decoding raw message: %w | exception | error | json, streaming, network, bigquery |
| error unmarshaling raw message: %w | exception | error | json, parsing, api-contract, bigquery |
| error marshalling message: %w | exception | error | go, json, serialization, bigquery |
| description is required for tool %q | validation | error | go, bigquery, configuration, validation |
| invalid source for %q tool: source %q is not a compatible ty | exception | error | go, bigquery, type-assertion, configuration |
| expected allowedDataset to have at least 2 parts (project.da | validation | error | go, bigquery, configuration, validation |
| source is not compatible with the tool | exception | error | go, bigtable, type-assertion, configuration |
| source is not compatible with the tool | exception | error | go, bigtable, type-assertion, configuration |
| source is not compatible with the tool | exception | error | go, bigtable, type-assertion, configuration |
| source is not compatible with the tool | exception | error | go, bigtable, source-compatibility, configuration |
| source is not compatible with the tool | exception | error | go, bigtable, source-compatibility, configuration |
| source is not compatible with the tool | exception | error | go, bigtable, source-compatibility, configuration |
| source is not compatible with the tool | exception | error | go, bigtable, source-compatibility, configuration |
| source is not compatible with the tool | exception | error | go, bigtable, source-compatibility, configuration |
| source is not compatible with the tool | exception | error | go, bigtable, source-compatibility, configuration |
| source is not compatible with the tool | exception | error | go, bigtable, source-compatibility, configuration |
| source is not compatible with the tool | exception | error | go, bigtable, source-compatibility, configuration |
| source is not compatible with the tool | exception | error | go, bigtable, source-compatibility, configuration |
| source is not compatible with the tool | exception | error | go, bigtable, source-compatibility, configuration |
| description is required for tool %q | validation | error | go, config, validation, mcp, bigtable |
| invalid source for %q tool: source %q is not a compatible ty | exception | error | go, config, type-mismatch, bigtable |
| source is not compatible with the tool | exception | error | go, config, type-mismatch, bigtable |
| source is not compatible with the tool | exception | error | go, config, type-mismatch, bigtable |
| source is not compatible with the tool | exception | error | go, config, type-mismatch, bigtable |
| source is not compatible with the tool | exception | error | go, config, type-mismatch, bigtable |
| source is not compatible with the tool | exception | error | go, config, type-mismatch, bigtable |
| description is required for tool %q | validation | error | go, config, validation, cassandra |
| invalid source for %q tool: source %q is not a compatible ty | exception | error | go, config, type-mismatch, cassandra |
| description is required for tool %q | validation | error | go, config, validation, clickhouse |
| invalid source for %q tool: source %q is not a compatible ty | exception | error | clickhouse, source-compatibility, config, type-assertion |
| description is required for tool %q | validation | error | clickhouse, config-validation, missing-field, tool-config |
| invalid source for %q tool: source %q is not a compatible ty | exception | error | clickhouse, source-compatibility, config, type-assertion |
| description is required for tool %q | validation | error | clickhouse, config-validation, missing-field, tool-config |
| invalid source for %q tool: source %q is not a compatible ty | exception | error | clickhouse, source-compatibility, config, type-assertion |
| description is required for tool %q | validation | error | clickhouse, config-validation, missing-field, tool-config |
| invalid source for %q tool: source %q is not a compatible ty | exception | error | clickhouse, source-compatibility, config, type-assertion |
| failed to unmarshal context from yaml: %w | validation | error | yaml, cloudgda, unmarshal, config |
| failed to marshal context map: %w | validation | warning | yaml, cloudgda, json, marshal |
| failed to unmarshal context to proto: %w | validation | error | cloudgda, protojson, unmarshal, config |
| failed to unmarshal generation options from yaml: %w | validation | error | yaml, config, cloud-gemini-data-analytics |
| failed to marshal generation options map: %w | validation | error | yaml, json, cloud-gemini-data-analytics |
| failed to unmarshal generation options to proto: %w | validation | error | protojson, yaml, cloud-gemini-data-analytics |
| description is required for tool %q | validation | error | config, validation, cloud-gemini-data-analytics |
| invalid source for %q tool: source %q is not a compatible ty | exception | error | config, source-validation, cloud-gemini-data-analytics |
| description is required for tool %q | validation | error | config, validation, cloud-healthcare |
| invalid source for %q tool: source %q is not a compatible ty | validation | error | config, source-validation, cloud-healthcare |
| description is required for tool %q | validation | error | config, validation, cloud-healthcare |
| invalid source for %q tool: source %q is not a compatible ty | validation | error | go, cloud-healthcare, type-assertion, config |
| description is required for tool %q | validation | error | go, cloud-healthcare, config, validation |
| invalid source for %q tool: source %q is not a compatible ty | validation | error | go, cloud-healthcare, type-assertion, config |
| description is required for tool %q | validation | error | go, cloud-healthcare, config, validation |
| invalid source for %q tool: source %q is not a compatible ty | validation | error | go, cloud-healthcare, type-assertion, config |
| description is required for tool %q | validation | error | go, config, validation, mcp-toolbox |
| invalid source for %q tool: source %q is not a compatible ty | validation | error | go, config, type-mismatch, mcp-toolbox |
| description is required for tool %q | validation | error | go, config, validation, mcp-toolbox |
| invalid source for %q tool: source %q is not a compatible ty | validation | error | go, config, type-mismatch, mcp-toolbox |
| description is required for tool %q | validation | error | go, config, validation, mcp-toolbox |
| invalid source for %q tool: source %q is not a compatible ty | validation | error | go, config, type-mismatch, mcp-toolbox |
| description is required for tool %q | validation | error | configuration, validation, yaml, cloud-healthcare |
| invalid source for %q tool: source %q is not a compatible ty | validation | error | go, type-assertion, configuration, cloud-healthcare |
| description is required for tool %q | validation | error | configuration, validation, yaml, cloud-healthcare |
| invalid source for %q tool: source %q is not a compatible ty | validation | error | go, type-assertion, configuration, cloud-healthcare |
| description is required for tool %q | validation | error | |
| invalid source for %q tool: source %q is not a compatible ty | validation | error | |
| description is required for tool %q | validation | error | |
| invalid source for %q tool: source %q is not a compatible ty | validation | error | |
| description is required for tool %q | validation | error | go, cloud-healthcare, config-validation, missing-field |
| invalid source for %q tool: source %q is not a compatible ty | validation | error | go, cloud-healthcare, source-compatibility, config |
| description is required for tool %q | validation | error | |
| invalid source for %q tool: source %q is not a compatible ty | validation | error | |
| description is required for tool %q | validation | error | |
| invalid source for %q tool: source %q is not a compatible ty | validation | error | |
| description is required for tool %q | validation | error | |
| invalid source for %q tool: source %q is not a compatible ty | validation | error | |
| invalid or missing '%s' parameter; expected a string | validation | error | go, parameter-validation, cloud-healthcare |
| store ID '%s' is not in the list of allowed stores | validation | error | go, authorization-scope, cloud-healthcare, allowlist |
| invalid '%s' parameter; expected a string array | validation | error | go, parameter-validation, dicom, type-mismatch |
| can't convert '%s' to array of strings: %s | validation | error | go, parameter-validation, dicom, type-mismatch |
| invalid '%s' parameter; expected a boolean | validation | error | go, parameter-validation, dicom, type-mismatch |
| invalid '%s' parameter; expected a string | validation | error | go, parameter-validation, dicom, type-mismatch |
| description is required for tool %q | validation | error | go, config, validation, cloud-logging |
| invalid source for %q tool: source %q is not a compatible ty | validation | error | go, config, source-compatibility, cloud-logging |
| description is required for tool %q | validation | error | go, config, validation, yaml |
| invalid source for %q tool: source %q is not a compatible ty | validation | error | go, auth, type-assertion, source-compatibility |
| description is required for tool %q | validation | error | go, config, validation, yaml |
| invalid source for %q tool: source %q is not a compatible ty | validation | error | go, auth, type-assertion, source-compatibility |
| description is required for tool %q | validation | error | go, config, validation, yaml |
| invalid source for %q tool: source %q is not a compatible ty | validation | error | go, config, type-assertion, source-compatibility |
| invalid source for %q tool: source %q is not a compatible ty | validation | error | go, config, type-assertion, source-compatibility, cloudsql |
| invalid source for %q tool: source %q is not a compatible ty | validation | error | go, cloudsql, type-mismatch, configuration |
| invalid source for %q tool: source %q is not a compatible ty | validation | error | go, cloudsql, type-mismatch, configuration |
| invalid source for %q tool: source %q is not a compatible ty | exception | error | go, cloudsql, type-mismatch, configuration |
| invalid source for %q tool: source %q is not a compatible ty | exception | error | go, type-assertion, configuration, cloudsql, source-mismatch |
| invalid source for %q tool: source %q is not a compatible ty | exception | error | go, type-assertion, configuration, cloudsql, parameters |
| invalid source for %q tool: source %q is not a compatible ty | exception | error | go, type-assertion, configuration, cloudsql, source-mismatch |
| invalid source for %q tool: source %q is not a compatible ty | exception | error | go, type-assertion, configuration, cloudsql, source-mismatch |
| invalid source for %q tool: source %q is not a compatible ty | exception | error | |
| invalid value for delay: %w | validation | error | |
| invalid value for maxDelay: %w | validation | error | |
| invalid source for %q tool: source %q is not a compatible ty | exception | error | |
| exceeded max retries waiting for operation | http | error | |
| invalid source for %q tool: source %q is not a compatible ty | exception | error | |
| description is required for tool %q | validation | error | |
| failed to process parameters: %v | validation | error | |
| invalid source for %q tool: source %q is not a compatible ty | exception | error | |
| invalid source for %q tool: source %q is not a compatible ty | exception | error | |
| invalid source for %q tool: source %q is not a compatible ty | exception | error | go, type-assertion, configuration, cloudsql |
| invalid source for %q tool: source %q is not a compatible ty | exception | error | go, type-assertion, configuration, cloudsql |
| invalid source for %q tool: source %q is not a compatible ty | exception | error | go, type-assertion, configuration, cloudsql |
| pre-check operation failed with error: %s | http | error | cloudsql, gcp-api, lro, upgrade-precheck |
| invalid source for %q tool: source %q is not a compatible ty | validation | error | go, type-assertion, configuration, vector-assist |
| invalid source for %q tool: source %q is not a compatible ty | validation | error | |
| invalid source for %q tool: source %q is not a compatible ty | validation | error | |
| invalid source for %q tool: source %q is not a compatible ty | validation | error | |
| invalid source for %q tool: source %q is not a compatible ty | validation | error | |
| invalid source for %q tool: source %q is not a compatible ty | validation | error | |
| invalid source for %q tool: source %q is not a compatible ty | validation | error | |
| invalid source for %q tool: source %q is not a compatible ty | validation | error | |
| path is empty | validation | error | |
| path %q contains '..' | validation | error | |
| path %q must be absolute | validation | error | |
| cannot resolve path %q: %w | validation | error | |
| path %q traverses unresolvable symbolic link %q | validation | error | |
| cannot resolve path %q: no existing ancestor | validation | error | |
| directory %q is invalid: %w | validation | error | |
| relative path is empty | validation | error | |
| path %q must be relative | validation | error | |
| path %q cannot be resolved within %q: %w | validation | error | |
| path %q escapes configured directory %q | validation | error | |
| directory %q cannot be resolved: %w | validation | error | |
| path %q cannot be resolved: %w | validation | error | filesystem, symlink, path-resolution, security |
| path %q resolves through a symbolic link to a target outside | validation | error | security, symlink, path-traversal, filesystem |
| description is required for tool %q | validation | error | config, validation, yaml, cloud-storage |
| source_bucket cannot be empty for tool %q | validation | error | config, validation, yaml, cloud-storage, env-var |
| destination_bucket cannot be empty for tool %q | validation | error | config, validation, yaml, cloud-storage |
| invalid source for %q tool: source %q is not a compatible ty | validation | error | config, type-mismatch, cloud-storage, validation |
| description is required for tool %q | validation | error | config, validation, yaml, cloud-storage |
| invalid source for %q tool: source %q is not a compatible ty | validation | error | config, type-mismatch, cloud-storage, validation |
| description is required for tool %q | validation | error | config, validation, yaml, cloud-storage |
| invalid source for %q tool: source %q is not a compatible ty | validation | error | go, mcp-toolbox, configuration, source-mismatch |
| description is required for tool %q | validation | error | go, mcp-toolbox, configuration, validation |
| bucket cannot be empty for tool %q | validation | error | go, mcp-toolbox, configuration, validation |
| invalid source for %q tool: source %q is not a compatible ty | validation | error | go, mcp-toolbox, configuration, source-mismatch |
| description is required for tool %q | validation | error | go, mcp-toolbox, configuration, validation |
| bucket cannot be empty for tool %q | validation | error | go, mcp-toolbox, configuration, env-var |
| destination_dir cannot be empty for tool %q | validation | error | go, mcp-toolbox, configuration, validation |
| destination_dir is invalid for tool %q: %w | validation | error | go, mcp-toolbox, configuration, path-validation |
| invalid source for %q tool: source %q is not a compatible ty | validation | error | go, mcp-toolbox, configuration, source-mismatch |
| description is required for tool %q | validation | error | go, mcp-toolbox, configuration, validation |
| bucket cannot be empty for tool %q | validation | error | go, cloudstorage, config-validation, tool-initialization |
| invalid source for %q tool: source %q is not a compatible ty | validation | error | go, cloudstorage, source-type-mismatch, tool-initialization |
| description is required for tool %q | validation | error | go, cloudstorage, config-validation, missing-field |
| bucket cannot be empty for tool %q | validation | error | go, cloudstorage, config-validation, tool-initialization |
| invalid source for %q tool: source %q is not a compatible ty | validation | error | go, cloudstorage, source-type-mismatch |
| description is required for tool %q | validation | error | go, cloudstorage, config-validation, missing-field |
| bucket cannot be empty for tool %q | validation | error | go, cloudstorage, config-validation, tool-initialization |
| invalid source for %q tool: source %q is not a compatible ty | validation | error | go, cloudstorage, source-type-mismatch |
| description is required for tool %q | validation | error | go, cloudstorage, config-validation, missing-field |
| invalid source for %q tool: source %q is not a compatible ty | validation | error | go, cloudstorage, source-type-mismatch |
| description is required for tool %q | validation | error | go, configuration, mcp-toolbox, cloud-storage, validation |
| bucket cannot be empty for tool %q | validation | error | go, configuration, cloud-storage, validation |
| invalid source for %q tool: source %q is not a compatible ty | validation | error | go, configuration, type-mismatch, cloud-storage |
| description is required for tool %q | validation | error | go, configuration, mcp-toolbox, cloud-storage, validation |
| bucket cannot be empty for tool %q | validation | error | go, configuration, cloud-storage, validation |
| invalid source for %q tool: source %q is not a compatible ty | validation | error | go, configuration, type-mismatch, cloud-storage |
| description is required for tool %q | validation | error | go, configuration, mcp-toolbox, cloud-storage, validation |
| bucket cannot be empty for tool %q | validation | error | go, configuration, cloud-storage, validation |
| invalid source for %q tool: source %q is not a compatible ty | validation | error | go, configuration, type-mismatch, cloud-storage |
| range %q must start with 'bytes=' | validation | error | go, parameter-validation, http, byte-range, cloud-storage |
| range %q is missing '-' | validation | error | |
| range %q requires at least one bound | validation | error | |
| range %q has a bad suffix length | validation | error | |
| range %q has a bad start | validation | error | |
| range %q has a bad end | validation | error | |
| description is required for tool %q | validation | error | |
| bucket cannot be empty for tool %q | validation | error | |
| invalid source for %q tool: source %q is not a compatible ty | validation | error | |
| description is required for tool %q | validation | error | |
| bucket cannot be empty for tool %q | validation | error | |
| invalid source for %q tool: source %q is not a compatible ty | validation | error | |
| description is required for tool %q | validation | error | |
| invalid source for %q tool: source %q is not a compatible ty | validation | error | |
| unable to execute query: %w | exception | error | |
| error during row iteration: %w | exception | error | |
| description is required for tool %q | validation | error | |
| invalid source for %q tool: source %q is not a compatible ty | validation | error | |
| invalid source for %q tool: source %q is not a compatible ty | validation | error | |
| invalid source for %q tool: source %q is not a compatible ty | validation | error | |
| invalid source for %q tool: source %q is not a compatible ty | validation | error | go, type-assertion, dataplex, source-compatibility, configuration |
| invalid source for %q tool: source %q is not a compatible ty | validation | error | go, type-assertion, dataplex, source-compatibility, configuration |
| invalid source for %q tool: source %q is not a compatible ty | validation | error | go, type-assertion, dataplex, source-compatibility, configuration |
| invalid source for %q tool: source %q is not a compatible ty | validation | error | go, type-assertion, dataplex, source-compatibility, configuration |
| invalid source for %q tool: source %q is not a compatible ty | validation | error | go, type-assertion, dataplex, source-compatibility, configuration |
| invalid source for %q tool: source %q is not a compatible ty | validation | error | go, type-assertion, dataplex, source-compatibility, configuration |
| invalid source for %q tool: source %q is not a compatible ty | validation | error | go, type-assertion, dataplex, source-compatibility, configuration |
| invalid source for %q tool: source %q is not a compatible ty | validation | error | go, type-assertion, dataplex, source-compatibility, configuration |
| invalid source for %q tool: source %q is not a compatible ty | validation | error | go, type-assertion, dataplex, source-compatibility, configuration |
| invalid source for %q tool: source %q is not a compatible ty | validation | error | go, type-assertion, dataplex, source-compatibility, configuration |
| invalid source for %q tool: source %q is not a compatible ty | validation | error | go, dataplex, type-mismatch, configuration |
| invalid source for %q tool: source %q is not a compatible ty | validation | error | go, dataplex, type-mismatch, configuration |
| resources cannot be empty | validation | error | go, dataplex, validation, empty-input |
| invalid resource format at index %d, must be in the format o | validation | error | go, dataplex, validation, resource-name-format |
| all resources must belong to the same location. Please make | validation | error | go, dataplex, validation, multi-location |
| invalid source for %q tool: source %q is not a compatible ty | validation | error | go, dataplex, type-mismatch, configuration |
| invalid entry format: must be in the form projects/{project} | validation | error | go, dataplex, validation, resource-name-format |
| invalid source for %q tool: source %q is not a compatible ty | validation | error | go, dataplex, type-mismatch, configuration |
| invalid source for %q tool: source %q is not a compatible ty | validation | error | go, dataplex, type-mismatch, configuration |
| invalid source for %q tool: source %q is not a compatible ty | validation | error | go, dataplex, type-mismatch, configuration |
| invalid source for %q tool: source %q is not a compatible ty | validation | error | |
| invalid source for %q tool: source %q is not a compatible ty | validation | error | |
| invalid source for %q tool: source %q is not a compatible ty | validation | error | |
| invalid source for %q tool: source %q is not a compatible ty | validation | error | |
| invalid source for %q tool: source %q is not a compatible ty | validation | error | |
| invalid source for %q tool: source %q is not a compatible ty | validation | error | |
| invalid source for %q tool: source %q is not a compatible ty | validation | error | |
| description is required for tool %q | validation | error | |
| invalid source for %q tool: source %q is not a compatible ty | validation | error | |
| description is required for tool %q | validation | error | |
| invalid source for %q tool: source %q is not a compatible ty | validation | error | go, configuration, source-binding, type-mismatch |
| description is required for tool %q | validation | error | go, configuration, validation, yaml |
| invalid source for %q tool: source %q is not a compatible ty | validation | error | go, configuration, source-binding, type-mismatch |
| description is required for tool %q | validation | error | go, configuration, validation, yaml |
| invalid source for %q tool: source %q is not a compatible ty | validation | error | go, configuration, source-binding, type-mismatch |
| description is required for tool %q | validation | error | go, configuration, validation, yaml |
| invalid source for %q tool: source %q is not a compatible ty | validation | error | go, configuration, source-binding, type-mismatch |
| description is required for tool %q | validation | error | go, configuration, validation, yaml |
| invalid source for %q tool: source %q is not a compatible ty | validation | error | go, configuration, source-binding, type-mismatch |
| description is required for tool %q | validation | error | go, configuration, validation, yaml |
| invalid source for %q tool: source %q is not a compatible ty | validation | error | |
| failed to reach graph %q: %w | exception | error | |
| failed to extract node schema: %w | exception | error | |
| failed to extract relationship schema: %w | exception | error | |
| failed to count nodes: %w | exception | error | |
| failed to count relationships: %w | exception | error | |
| failed to list indexes: %w | exception | error | |
| failed to list labels: %w | exception | error | |
| failed to count label %q: %w | exception | error | |
| failed to sample label %q: %w | exception | error | |
| failed to list relationship types: %w | exception | error | falkordb, graph, query-failure, network |
| failed to count relationship type %q: %w | exception | error | falkordb, graph, query-failure, timeout |
| failed to sample relationship type %q: %w | exception | error | falkordb, graph, query-failure, sampling |
| description is required for tool %q | validation | error | firebird, config, validation |
| invalid source for %q tool: source %q is not a compatible ty | validation | error | firebird, config, source-mismatch |
| description is required for tool %q | validation | error | firebird, config, validation |
| invalid source for %q tool: source %q is not a compatible ty | validation | error | firebird, config, source-mismatch |
| description is required for tool %q | validation | error | firestore, config, validation |
| invalid source for %q tool: source %q is not a compatible ty | validation | error | firestore, config, source-mismatch |
| description is required for tool %q | validation | error | firestore, config, validation |
| invalid source for %q tool: source %q is not a compatible ty | validation | error | firestore, source-validation, config |
| description is required for tool %q | validation | error | firestore, config, missing-field |
| invalid source for %q tool: source %q is not a compatible ty | validation | error | firestore, source-validation, config |
| description is required for tool %q | validation | error | firestore, config, missing-field |
| invalid source for %q tool: source %q is not a compatible ty | validation | error | firestore, source-validation, config |
| description is required for tool %q | validation | error | firestore, config, missing-field |
| invalid source for %q tool: source %q is not a compatible ty | validation | error | firestore, source-validation, config |
| description is required for tool %q | validation | error | firestore, config, missing-field |
| invalid source for %q tool: source %q is not a compatible ty | validation | error | firestore, source-validation, config |
| description is required for tool %q | validation | error | firestore, config, missing-field |
| invalid source for %q tool: source %q is not a compatible ty | validation | error | |
| filter field cannot be empty | validation | error | |
| unsupported operator: %s. Valid operators are: %v | validation | error | |
| no value specified for filter on field '%s' | validation | error | |
| invalid or missing '%s' parameter | validation | error | |
| invalid collection path: %w | validation | error | |
| invalid '%s' parameter; expected an array | validation | error | |
| too many filters provided: %d (maximum: %d) | validation | error | |
| filter at index %d is not a string | validation | error | |
| failed to parse filter at index %d: %w | validation | error | |
| filter at index %d is invalid: %w | validation | error | |
| failed to parse orderBy: %w | validation | error | |
| description is required for tool %q | validation | error | |
| invalid source for %q tool: source %q is not a compatible ty | validation | error | |
| description is required for tool %q | validation | error | |
| invalid source for %q tool: source %q is not a compatible ty | validation | error | |
| invalid integer value: %v | validation | error | |
| invalid double value: %v | validation | error | |
| bytes value must be a base64 encoded string | validation | error | |
| invalid timestamp format: %w | validation | error | |
| timestamp value must be a string | validation | error | |
| invalid geopoint value format | validation | error | |
| array item %d: %w | validation | error | |
| invalid array value format | validation | error | |
| map field %q: %w | validation | error | |
| invalid map value format | validation | error | |
| reference value must be a string | validation | error | |
| field %q: %w | validation | error | |
| %s path cannot be empty | validation | error | |
| path must be relative (e.g., '%s'), not absolute (matching p | validation | error | |
| %s path cannot be empty or contain only slashes | validation | error | |
| invalid collection path: must have an odd number of segments | validation | error | |
| invalid document path: must have an even number of segments | validation | error | |
| invalid segment at position %d (%s): %w | validation | error | |
| segment cannot be empty | validation | error | |
| segment cannot be only whitespace | validation | error | |
| segment cannot be '.' or '..' | validation | error | |
| %s cannot start with '__' (reserved prefix) | validation | error | |
| description is required for tool %q | validation | error | |
| invalid source for %q tool: source %q is not a compatible ty | validation | error | go, config, source-compatibility |
| description is required for tool %q | validation | error | go, config, validation |
| invalid source for %q tool: source %q is not a compatible ty | validation | error | go, config, source-compatibility |
| description is required for tool %q | validation | error | go, config, validation, http |
| invalid source for %q tool: source %q is not a compatible ty | validation | error | go, config, source-compatibility, http |
| error parsing URL: %s | validation | error | go, http, template, url |
| error replacing pathParams: %s | validation | error | go, http, template, url |
| error parsing base URL: %s | exception | error | go, http, url, config |
| base URL must include scheme and host | validation | error | go, http, url, config |
| error parsing URL path: %s | exception | error | go, http, url, template |
| path must be relative and cannot override base host | validation | error | http, url-validation, ssrf, security |
| path cannot contain dot segments (..) | validation | error | http, path-traversal, url-validation, security |
| resolved path %q escapes base path %q | validation | error | http, url-validation, path-traversal, configuration |
| header param %s got value of type %t, not string | validation | error | http, headers, type-error, parameters |
| error unmarshalling HTTP method: %s | validation | error | yaml, configuration, unmarshalling, http |
| %s is not a valid http method | validation | error | yaml, configuration, http, validation |
| description is required for tool %q | validation | error | looker, configuration, validation, missing-field |
| invalid source for %q tool: source %q is not a compatible ty | exception | error | looker, configuration, source-validation, type-mismatch |
| description is required for tool %q | validation | error | config, validation, looker |
| invalid source for %q tool: source %q is not a compatible ty | exception | error | looker, type-mismatch, source-binding |
| error getting logger from context in ExtractLookerFieldPrope | exception | error | logging, context, looker |
| looker API response or its fields object is nil | exception | error | looker, nil-check, api-response |
| 'model' must be a string, got %T | validation | error | parameters, type-mismatch, looker |
| 'explore' must be a string, got %T | validation | error | parameters, type-mismatch, looker |
| unable to get logger from ctx: %s | exception | error | logging, context, looker |
| can't convert fields to array of strings: %s | validation | error | parameters, type-conversion, looker |
| can't convert pivots to array of strings: %s | validation | error | looker, type-conversion, parameters |
| can't convert sorts to array of strings: %s | validation | error | looker, type-conversion, parameters |
| 'filter_expression' must be a string, got %T | validation | error | looker, type-error, parameters |
| error marshaling dynamic_fields: %w | exception | error | looker, json, serialization |
| description is required for tool %q | validation | error | looker, config, validation |
| invalid source for %q tool: source %q is not a compatible ty | exception | error | looker, config, source-validation |
| failed to marshal payload: %w | exception | error | looker, json, serialization, http |
| failed to create request: %w | exception | error | looker, http, url, network |
| failed to send request: %w | exception | error | network, http, looker, transient |
| API returned non-200 status: %d %s | http | error | http, api, looker, auth |
| error reading start of json array: %w | exception | error | json, streaming, looker, parsing |
| error decoding stream message: %w | exception | error | json, streaming, looker, parsing |
| description is required for tool %q | validation | error | configuration, validation, looker, yaml |
| invalid source for %q tool: source %q is not a compatible ty | exception | error | type-assertion, configuration, looker, validation |
| description is required for tool %q | validation | error | configuration, validation, looker, yaml |
| invalid source for %q tool: source %q is not a compatible ty | exception | error | |
| description is required for tool %q | validation | error | |
| invalid source for %q tool: source %q is not a compatible ty | exception | error | |
| description is required for tool %q | validation | error | |
| invalid source for %q tool: source %q is not a compatible ty | exception | error | |
| description is required for tool %q | validation | error | go, looker, tool-config, validation |
| invalid source for %q tool: source %q is not a compatible ty | exception | error | go, looker, source-type-mismatch |
| description is required for tool %q | validation | error | go, looker, tool-config, validation |
| invalid source for %q tool: source %q is not a compatible ty | exception | error | go, looker, source-type-mismatch |
| description is required for tool %q | validation | error | go, looker, tool-config, validation |
| invalid source for %q tool: source %q is not a compatible ty | exception | error | go, looker, source-validation, type-assertion, configuration |
| description is required for tool %q | validation | error | go, looker, config-validation, missing-field, yaml |
| invalid source for %q tool: source %q is not a compatible ty | exception | error | go, looker, source-validation, type-assertion, configuration |
| description is required for tool %q | validation | error | go, looker, config-validation, missing-field, yaml |
| invalid source for %q tool: source %q is not a compatible ty | exception | error | go, looker, source-validation, type-assertion, configuration |
| description is required for tool %q | validation | error | go, looker, config, missing-field |
| invalid source for %q tool: source %q is not a compatible ty | exception | error | go, looker, config, type-mismatch |
| description is required for tool %q | validation | error | go, looker, config, missing-field |
| invalid source for %q tool: source %q is not a compatible ty | exception | error | go, looker, config, type-mismatch |
| description is required for tool %q | validation | error | go, looker, config, missing-field |
| invalid source for %q tool: source %q is not a compatible ty | exception | error | |
| description is required for tool %q | validation | error | |
| invalid source for %q tool: source %q is not a compatible ty | exception | error | |
| description is required for tool %q | validation | error | |
| invalid source for %q tool: source %q is not a compatible ty | exception | error | |
| description is required for tool %q | validation | error | go, looker, config-validation, missing-field |
| invalid source for %q tool: source %q is not a compatible ty | exception | error | go, looker, source-binding, type-assertion |
| description is required for tool %q | validation | error | go, looker, config-validation, missing-field |
| invalid source for %q tool: source %q is not a compatible ty | exception | error | go, looker, source-binding, type-assertion |
| description is required for tool %q | validation | error | go, looker, config-validation, missing-field |
| invalid source for %q tool: source %q is not a compatible ty | exception | error | go, looker, source-type-mismatch, configuration |
| description is required for tool %q | validation | error | go, looker, config-validation, missing-field |
| invalid source for %q tool: source %q is not a compatible ty | exception | error | go, looker, source-type-mismatch, configuration |
| description is required for tool %q | validation | error | go, looker, config-validation, missing-field |
| invalid source for %q tool: source %q is not a compatible ty | exception | error | go, looker, source-type-mismatch, configuration |
| description is required for tool %q | validation | error | go, looker, mcp-toolbox, config-validation |
| invalid source for %q tool: source %q is not a compatible ty | exception | error | go, looker, mcp-toolbox, source-binding, type-assertion |
| description is required for tool %q | validation | error | go, looker, mcp-toolbox, config-validation |
| invalid source for %q tool: source %q is not a compatible ty | exception | error | go, looker, mcp-toolbox, source-binding, type-assertion |
| invalid source for %q tool: source %q is not a compatible ty | validation | error | go, looker, mcp-toolbox, auth, source-binding |
| description is required for tool %q | validation | error | go, looker, mcp-toolbox, config-validation |
| invalid source for %q tool: source %q is not a compatible ty | validation | error | go, looker, config, source-binding |
| description is required for tool %q | validation | error | go, looker, config, validation |
| invalid source for %q tool: source %q is not a compatible ty | validation | error | go, looker, config, source-binding |
| description is required for tool %q | validation | error | go, looker, config, validation |
| invalid source for %q tool: source %q is not a compatible ty | validation | error | go, looker, config, source-binding |
| description is required for tool %q | validation | error | go, looker, config-validation, missing-field |
| invalid source for %q tool: source %q is not a compatible ty | validation | error | go, looker, source-compatibility, type-assertion |
| description is required for tool %q | validation | error | go, looker, config-validation, missing-field |
| invalid source for %q tool: source %q is not a compatible ty | validation | error | go, looker, source-compatibility, type-assertion |
| unknown action: %s | validation | warning | go, looker, invalid-parameter, input-validation |
| unable to get logger from ctx: %s | exception | warning | go, looker, logging, context |
| error fetching connections: %w | exception | error | looker, api, network, authentication |
| no connections found | exception | error | looker, configuration, empty-result |
| description is required for tool %q | validation | error | configuration, validation, yaml |
| invalid source for %q tool: source %q is not a compatible ty | exception | error | looker, type-assertion, configuration |
| unable to get logger from ctx: %s | exception | error | looker, logging, context |
| error fetching LookML models: %w | exception | error | looker, api, network, sdk |
| error fetching LookML model %s: %w | exception | error | looker, api, sdk, permissions |
| description is required for tool %q | validation | error | looker, configuration, validation, yaml |
| invalid source for %q tool: source %q is not a compatible ty | exception | error | looker, mcp, configuration, type-assertion |
| description is required for tool %q | validation | error | go, looker, validation, configuration |
| invalid source for %q tool: source %q is not a compatible ty | exception | error | go, looker, type-assertion, configuration |
| description is required for tool %q | validation | error | go, looker, validation, configuration |
| invalid source for %q tool: source %q is not a compatible ty | exception | error | go, looker, type-assertion, configuration |
| description is required for tool %q | validation | error | go, looker, validation, configuration |
| invalid source for %q tool: source %q is not a compatible ty | exception | error | |
| description is required for tool %q | validation | error | |
| invalid source for %q tool: source %q is not a compatible ty | exception | error | |
| description is required for tool %q | validation | error | |
| invalid source for %q tool: source %q is not a compatible ty | exception | error | |
| description is required for tool %q | validation | error | |
| invalid source for %q tool: source %q is not a compatible ty | exception | error | |
| description is required for tool %q | validation | error | |
| invalid source for %q tool: source %q is not a compatible ty | exception | error | |
| description is required for tool %q | validation | error | |
| invalid source for %q tool: source %q is not a compatible ty | exception | error | |
| description is required for tool %q | validation | error | |
| invalid source for %q tool: source %q is not a compatible ty | exception | error | |
| description is required for tool %q | validation | error | |
| invalid source for %q tool: source %q is not a compatible ty | exception | error | |
| description is required for tool %q | validation | error | go, looker, config-validation, missing-field |
| invalid source for %q tool: source %q is not a compatible ty | exception | error | go, looker, type-assertion, source-binding |
| description is required for tool %q | validation | error | go, looker, config-validation, missing-field |
| invalid source for %q tool: source %q is not a compatible ty | exception | error | go, looker, type-assertion, source-binding |
| description is required for tool %q | validation | error | go, looker, config-validation, missing-field |
| invalid source for %q tool: source %q is not a compatible ty | exception | error | |
| description is required for tool %q | validation | error | |
| invalid source for %q tool: source %q is not a compatible ty | exception | error | |
| description is required for tool %q | validation | error | |
| invalid source for %q tool: source %q is not a compatible ty | exception | error | |
| description is required for tool %q | validation | error | go, mindsdb, config-validation, missing-field |
| invalid source for %q tool: source %q is not a compatible ty | exception | error | go, mindsdb, source-binding, type-mismatch |
| description is required for tool %q | validation | error | go, mindsdb, config-validation, missing-field |
| invalid source for %q tool: source %q is not a compatible ty | exception | error | go, mindsdb, source-binding, type-mismatch |
| description is required for tool %q | validation | error | go, mongodb, config-validation, missing-field |
| invalid source for %q tool: source %q is not a compatible ty | exception | error | go, mongodb, source-binding, type-mismatch |
| only one of 'collection' or 'collectionAllowedValues' can be | validation | error | go, mongodb, config-validation, mutually-exclusive-fields |
| description is required for tool %q | validation | error | go, mongodb, config-validation, missing-field |
| invalid source for %q tool: source %q is not a compatible ty | exception | error | go, mongodb, source-binding, type-mismatch |
| description is required for tool %q | validation | error | go, mongodb, config-validation, tool-configuration |
| invalid source for %q tool: source %q is not a compatible ty | exception | error | go, mongodb, source-compatibility, tool-configuration |
| description is required for tool %q | validation | error | go, mongodb, config-validation, tool-configuration |
| limit must be a positive number, but got %d | validation | error | go, mongodb, config-validation, parameter-validation |
| invalid source for %q tool: source %q is not a compatible ty | exception | error | go, mongodb, source-compatibility, tool-configuration |
| error populating project payload: %s | exception | error | go, mongodb, template-rendering, projection |
| error unmarshalling projection: %s | exception | error | go, mongodb, json-parsing, projection |
| invalid source for %q tool: source %q is not a compatible ty | validation | error | go, oracle, source-compatibility, tool-configuration |
| invalid source for %q tool: source %q is not a compatible ty | validation | error | go, postgres, source-compatibility, tool-configuration |
| description is required for tool %q | validation | error | go, postgres, config-validation, tool-configuration |
| invalid source for %q tool: source %q is not a compatible ty | validation | error | |
| invalid source for %q tool: source %q is not a compatible ty | validation | error | |
| description is required for tool %q | validation | error | |
| invalid source for %q tool: source %q is not a compatible ty | validation | error | |
| description is required for tool %q | validation | error | |
| invalid source for %q tool: source %q is not a compatible ty | validation | error | |
| invalid source for %q tool: source %q is not a compatible ty | validation | error | |
| invalid source for %q tool: source %q is not a compatible ty | validation | error | |
| description is required for tool %q | validation | error | |
| invalid source for %q tool: source %q is not a compatible ty | validation | error | |
| invalid source for %q tool: source %q is not a compatible ty | validation | error | postgres, source-validation, config, go |
| invalid source for %q tool: source %q is not a compatible ty | validation | error | postgres, source-validation, config, go |
| invalid source for %q tool: source %q is not a compatible ty | validation | error | postgres, source-validation, config, go |
| invalid source for %q tool: source %q is not a compatible ty | validation | error | postgres, source-validation, config, go |
| invalid source for %q tool: source %q is not a compatible ty | validation | error | postgres, source-validation, config, go |
| invalid source for %q tool: source %q is not a compatible ty | validation | error | postgres, source-validation, config, go |
| invalid source for %q tool: source %q is not a compatible ty | validation | error | postgres, source-validation, config, go |
| invalid source for %q tool: source %q is not a compatible ty | validation | error | postgres, source-validation, config, go |
| description is required for tool %q | validation | error | postgres, config, validation, yaml |
| invalid source for %q tool: source %q is not a compatible ty | validation | error | postgres, source-validation, config, go |
| invalid source for %q tool: source %q is not a compatible ty | validation | error | go, config, postgres, source-validation |
| invalid source for %q tool: source %q is not a compatible ty | validation | error | go, config, postgres, source-validation |
| invalid source for %q tool: source %q is not a compatible ty | validation | error | go, config, postgres, source-validation |
| invalid source for %q tool: source %q is not a compatible ty | validation | error | go, config, postgres, source-validation |
| invalid source for %q tool: source %q is not a compatible ty | validation | error | go, config, postgres, source-validation |
| invalid source for %q tool: source %q is not a compatible ty | validation | error | go, config, postgres, source-validation |
| description is required for tool %q | validation | error | go, config, validation, missing-field, postgres |
| invalid source for %q tool: source %q is not a compatible ty | validation | error | go, config, postgres, source-validation |
| description is required for tool %q | validation | error | go, config, validation, missing-field, redis |
| invalid source for %q tool: source %q is not a compatible ty | validation | error | go, config, redis, source-validation |
| unable to process parameters: %w | validation | error | config, parameters, scylladb, startup |
| invalid source for %q tool: source %q is not a compatible ty | validation | error | config, type-mismatch, scylladb, source-binding |
| failed to marshal to JSON: %w | validation | error | json, protobuf, serialization, serverlessspark |
| failed to unmarshal runtimeConfig: %w | validation | error | yaml, protobuf, schema-validation, serverlessspark, config |
| failed to unmarshal environmentConfig: %w | validation | error | yaml, protobuf, schema-validation, serverlessspark, config |
| invalid source for %q tool: source %q is not a compatible ty | validation | error | config, type-mismatch, serverlessspark, source-binding |
| invalid source for %q tool: source %q is not a compatible ty | validation | error | config, type-mismatch, serverlessspark, source-binding |
| must provide either mainJarFile or mainClass | validation | error | validation, parameters, dataproc, serverlessspark |
| cannot provide both mainJarFile and mainClass | validation | error | validation, parameters, dataproc, serverlessspark |
| jarFiles is required when mainClass is provided | validation | error | validation, parameters, dataproc, serverlessspark |
| invalid source for %q tool: source %q is not a compatible ty | exception | error | configuration, go, type-mismatch, serverless-spark |
| invalid source for %q tool: source %q is not a compatible ty | exception | error | configuration, go, type-mismatch, serverless-spark |
| invalid source for %q tool: source %q is not a compatible ty | exception | error | configuration, go, type-mismatch, serverless-spark |
| invalid source for %q tool: source %q is not a compatible ty | exception | error | configuration, go, type-mismatch, serverless-spark |
| invalid source for %q tool: source %q is not a compatible ty | exception | error | configuration, go, type-mismatch, serverless-spark |
| description is required for tool %q | validation | error | configuration, validation, singlestore, yaml |
| invalid source for %q tool: source %q is not a compatible ty | exception | error | configuration, go, type-mismatch, singlestore |
| description is required for tool %q | validation | error | configuration, validation, singlestore, yaml |
| invalid source for %q tool: source %q is not a compatible ty | exception | error | configuration, go, type-mismatch, singlestore |
| description is required for tool %q | validation | error | configuration, validation, snowflake, yaml |
| invalid source for %q tool: source %q is not a compatible ty | exception | error | go, snowflake, config, source-validation |
| description is required for tool %q | validation | error | go, snowflake, config, missing-field |
| invalid source for %q tool: source %q is not a compatible ty | exception | error | go, snowflake, config, source-validation |
| description is required for tool %q | validation | error | go, spanner, config, missing-field |
| invalid source for %q tool: source %q is not a compatible ty | exception | error | go, spanner, config, source-validation |
| invalid source for %q tool: source %q is not a compatible ty | exception | error | go, spanner, config, source-validation |
| invalid source for %q tool: source %q is not a compatible ty | exception | error | go, spanner, config, source-validation |
| invalid source for %q tool: source %q is not a compatible ty | exception | error | go, spanner, config, source-validation |
| description is required for tool %q | validation | error | go, spanner, config, missing-field |
| invalid source for %q tool: source %q is not a compatible ty | exception | error | go, config, source-binding, spanner |
| description is required for tool %q | validation | error | go, config, validation, sqlite |
| invalid source for %q tool: source %q is not a compatible ty | exception | error | go, config, source-binding, sqlite |
| description is required for tool %q | validation | error | go, config, validation, sqlite |
| invalid source for %q tool: source %q is not a compatible ty | exception | error | go, config, source-binding, sqlite |
| description is required for tool %q | validation | error | go, config, validation, tidb |
| invalid source for %q tool: source %q is not a compatible ty | exception | error | go, config, source-binding, tidb |
| description is required for tool %q | validation | error | go, config, validation, tidb |
| invalid source for %q tool: source %q is not a compatible ty | exception | error | go, config, source-binding, tidb |
| unknown tool type | error_code | error | go, config, registry, yaml, unknown-type |
| %w: %q | validation | error | go, config, yaml, tool-registry |
| unable to parse tool %q as type %q: %w | validation | error | go, config, yaml, tool-parsing |
| unable to retrieve %s source for tool %q | validation | error | go, config, toolset, source-lookup |
| error generating manifest for tool %q: %w | exception | error | go, toolset, manifest |
| invalid toolset name: %s | validation | error | go, validation, naming, toolset |
| tool does not exist: %s | validation | error | go, config, toolset, tool-lookup |
| description is required for tool %q | validation | error | go, validation, trino, config |
| invalid source for %q tool: source %q is not a compatible ty | exception | error | go, trino, type-mismatch, source-compatibility |
| description is required for tool %q | validation | error | go, validation, trino, config |
| unable to process parameters: %w | exception | error | go, parameters, trino, validation |
| invalid source for %q tool: source %q is not a compatible ty | exception | error | go, tool-configuration, trino, type-assertion |
| description is required for tool %q | validation | error | go, tool-configuration, validation |
| description is required for tool %q | validation | error | go, tool-configuration, valkey, validation |
| invalid source for %q tool: source %q is not a compatible ty | exception | error | go, tool-configuration, valkey, type-assertion |
| description is required for tool %q | validation | error | go, tool-configuration, yugabytedb, validation |
| invalid source for %q tool: source %q is not a compatible ty | exception | error | go, tool-configuration, yugabytedb, type-assertion |
| invalid connection name format %q: expected project:region:i | validation | error | gcp, cloudsql, configuration, string-parsing |
| invalid connection name %q: project, region, and instance mu | validation | error | gcp, cloudsql, configuration, validation |
| failed to build token-scoped Compute Engine client: %w | exception | error | gcp, compute-engine, authentication, oauth |
| failed to search for VM: %w | exception | error | gcp, compute-engine, api-error, permissions |
| VM %q not found in project %q | exception | error | gcp, compute-engine, resource-not-found |
| multiple VMs named %q found in zones: %v - please specify vm | validation | error | gcp, compute-engine, ambiguous-parameter |
| invalid project ID %q: must match %s | validation | error | gcp, validation, input-validation |
| invalid region %q: must match %s | validation | error | gcp, validation, cloudsql |
| invalid Cloud SQL instance ID %q: must match %s | validation | error | gcp, validation, cloudsql |
| invalid %s %q: must match %s | validation | error | gcp, compute-engine, validation |
| invalid database_name %q: must match %s | validation | error | validation, sql, input-validation |
| unsupported language %q: supported languages are %v | validation | error | validation, code-generation, parameters |
| unsupported DatabaseVersion %q: expected a value starting wi | validation | error | cloudsql, validation, configuration |
| failed to create GDA HTTP client: %w | exception | critical | gcp, authentication, http-client, credentials |
| expected item at index %d to be string, got %T | validation | error | parameters, type-mismatch, arrays |
| expected item at index %d to be integer, got %T | validation | error | parameters, type-mismatch, arrays |
| expected item at index %d to be float, got %T | validation | error | parameters, type-mismatch, arrays |
| expected item at index %d to be boolean, got %T | validation | error | parameters, type-mismatch, arrays |
| failed to marshal param to JSON: %w | exception | error | json, templates, serialization |
| error parsing template '%s': %w | exception | error | templates, syntax, configuration |
| error executing template '%s': %w | exception | error | templates, runtime, parameters |
| parameter name must be unique across all parameter fields. D | validation | error | configuration, parameters, validation |
| no field named %s in claims | exception | error | auth, jwt, claims |
| parameter '%s' is marked for embedding but has a non-string | validation | error | parameters, embedding, type-mismatch |
| embedding model does not exist: %s | validation | error | configuration, embeddings, go |
| error embedding parameters with model %s: %w | exception | error | embeddings, network, api |
| model %s returned %d embeddings for %d inputs | exception | error | embeddings, contract-violation, go |
| templateParameter only supports string arrays | validation | error | templates, parameters, type-mismatch |
| invalid parameter type, expected array of type string | validation | error | templates, parameters, type-mismatch |
| missing parameter %s | validation | error | parameters, validation, missing-argument |
| error getting template params %s | exception | error | templates, parameters, missing-argument |
| error creating go template %s | validation | error | templates, go-templates, configuration |
| error executing go template %s | validation | error | templates, go-templates, render |
| parameter %q cannot have both 'secure' set to true and 'auth | validation | error | configuration, security, validation |
| parameter %q cannot have both 'secure' set to true and 'defa | validation | error | |
| parameter %q cannot have both 'secure' set to true and 'requ | validation | error | |
| error parsing parameters: %w | validation | error | |
| parameter is missing 'type' field | validation | error | |
| parameter 'type' field must be a string, got %T | validation | error | |
| error creating decoder: %w | validation | error | |
| unable to parse as %q: %w | validation | error | |
| parameter type %q cannot specify 'embeddedBy' | validation | error | |
| %q is not valid type for a parameter | validation | error | |
| %s is not an allowed value | validation | error | |
| %s is an excluded value | validation | error | |
| %s is not an allowed escaping delimiter | validation | error | go, configuration, parameters, escaping |
| %d is not an allowed value | validation | error | go, validation, parameters, integer |
| %d is an excluded value | validation | error | go, validation, parameters, integer |
| %d is under the minimum value | validation | error | go, validation, parameters, range-check |
| %d is above the maximum value | validation | error | go, validation, parameters, range-check |
| %g is not an allowed value | validation | error | go, validation, parameters, float |
| %g is an excluded value | validation | error | go, validation, parameters, float |
| %g is under the minimum value | validation | error | go, validation, parameters, range-check |
| %g is above the maximum value | validation | error | go, validation, parameters, range-check |
| %t is not an allowed value | validation | error | go, validation, parameters, boolean |
| %t is an excluded value | validation | error | parameter-validation, boolean, mcp-toolbox |
| unable to parse 'items' field: %w | validation | error | yaml-config, array-parameter, unmarshal, mcp-toolbox |
| nested items should not have auth services | validation | error | yaml-config, auth, array-parameter, mcp-toolbox |
| unable to parse element #%d: %w | validation | error | parameter-validation, array, type-error, mcp-toolbox |
| unsupported valueType %q for map parameter | validation | error | yaml-config, map-parameter, unsupported-type, mcp-toolbox |
| failed to parse integer or float values in map: %s | validation | error | parameter-validation, map, json-number, mcp-toolbox |
| unable to parse value for key %q: %w | validation | error | |
| tool type %q already registered | panic | error | |
| tool type %q already registered | panic | error | |
| tool type %q already registered | panic | error | |
| tool type %q already registered | panic | error | |
| tool type %q already registered | panic | error | |
| tool type %q already registered | panic | error | |
| tool type %q already registered | panic | error | |
| tool type %q already registered | panic | error | |
| tool type %q already registered | panic | error | |
| tool type %q already registered | panic | error | |
| tool type %q already registered | panic | error | |
| tool type %q already registered | panic | error | |
| tool type %q already registered | panic | error | |
| tool type %q already registered | panic | error | |
| tool type %q already registered | panic | error | |
| tool type %q already registered | panic | error | |
| tool type %q already registered | panic | error | |
| tool type %q already registered | panic | error | |
| tool type %q already registered | panic | error | |
| tool type %q already registered | panic | error | |
| tool type %q already registered | panic | error | |
| tool type %q already registered | panic | error | |
| tool type %q already registered | panic | error | |
| tool type %q already registered | panic | error | |
| tool type %q already registered | panic | error | |
| tool type %q already registered | panic | error | |
| tool type %q already registered | panic | error | |
| tool type %q already registered | panic | error | |
| tool type %q already registered | panic | error | |
| tool type %q already registered | panic | critical | go, panic, init, tool-registry, duplicate-registration |
| tool type %q already registered | panic | critical | go, panic, init, tool-registry, duplicate-registration |
| tool type %q already registered | panic | critical | go, panic, init, tool-registry, duplicate-registration |
| tool type %q already registered | panic | critical | go, panic, init, tool-registry, duplicate-registration |
| tool type %q already registered | panic | critical | go, panic, init, tool-registry, duplicate-registration |
| tool type %q already registered | panic | critical | go, panic, init, tool-registry, duplicate-registration |
| tool type %q already registered | panic | critical | go, panic, init, tool-registry, duplicate-registration |
| tool type %q already registered | panic | critical | go, panic, init, tool-registry, duplicate-registration |
| tool type %q already registered | panic | critical | go, panic, init, tool-registry, duplicate-registration |
| tool type %q already registered | panic | critical | go, panic, init, tool-registry, duplicate-registration |
| tool type %q already registered | panic | critical | go, init-panic, tool-registry, duplicate-registration |
| tool type %q already registered | panic | critical | go, init-panic, tool-registry, duplicate-registration, mysql |
| tool type %q already registered | panic | critical | go, init-panic, tool-registry, duplicate-registration, mysql |
| tool type %q already registered | panic | critical | go, init-panic, tool-registry, duplicate-registration, mysql |
| tool type %q already registered | panic | critical | go, init-panic, tool-registry, duplicate-registration, mysql |
| tool type %q already registered | panic | critical | go, init-panic, tool-registry, duplicate-registration, neo4j |
| tool type %q already registered | panic | critical | go, init-panic, tool-registry, duplicate-registration, neo4j |
| tool type %q already registered | panic | critical | go, init-panic, tool-registry, duplicate-registration, neo4j |
| tool type %q already registered | panic | critical | go, init-panic, tool-registry, duplicate-registration, oceanbase |
| tool type %q already registered | panic | critical | go, init-panic, tool-registry, duplicate-registration, oceanbase |
| tool type %q already registered | panic | critical | go, init-panic, duplicate-registration, tool-registry |
| tool type %q already registered | panic | critical | go, init-panic, duplicate-registration, tool-registry |
| tool type %q already registered | panic | critical | go, init-panic, duplicate-registration, tool-registry, postgres |
| tool type %q already registered | panic | critical | go, init-panic, duplicate-registration, tool-registry, postgres |
| tool type %q already registered | panic | critical | go, init-panic, duplicate-registration, tool-registry, postgres |
| tool type %q already registered | panic | critical | go, init-panic, duplicate-registration, tool-registry, postgres |
| tool type %q already registered | panic | critical | go, init-panic, duplicate-registration, tool-registry, postgres |
| tool type %q already registered | panic | critical | go, init-panic, duplicate-registration, tool-registry, postgres |
| tool type %q already registered | panic | critical | go, init-panic, duplicate-registration, tool-registry, postgres |
| tool type %q already registered | panic | critical | go, init-panic, duplicate-registration, tool-registry, postgres |
| tool type %q already registered | panic | error | |
| tool type %q already registered | panic | error | |
| tool type %q already registered | panic | error | |
| tool type %q already registered | panic | error | |
| tool type %q already registered | panic | error | |
| tool type %q already registered | panic | error | |
| tool type %q already registered | panic | error | |
| tool type %q already registered | panic | error | |
| tool type %q already registered | panic | error | |
| tool type %q already registered | panic | error | |
| tool type %q already registered | panic | error | go, init, panic, tool-registry, duplicate-registration |
| tool type %q already registered | panic | error | go, init, panic, tool-registry, duplicate-registration |
| tool type %q already registered | panic | error | go, init, panic, tool-registry, duplicate-registration |
| tool type %q already registered | panic | error | go, init, panic, tool-registry, duplicate-registration |
| tool type %q already registered | panic | error | go, init, panic, tool-registry, duplicate-registration |
| tool type %q already registered | panic | error | |
| tool type %q already registered | panic | error | |
| tool type %q already registered | panic | error | |
| tool type %q already registered | panic | error | |
| tool type %q already registered | panic | error | |
| tool type %q already registered | panic | critical | go, panic, duplicate-registration, init, startup |
| Failed to encode PRM response | http | error | http, json, oauth, network, broken-pipe |
| Failed to load saved panel width: | console | info | javascript, browser, localstorage, ui, privacy-mode |
| Failed to save panel width: | console | info | javascript, browser, localstorage, ui, quota |
| Include checkbox not found for ID: ${includeCheckboxId} | console | warning | javascript, dom, ui, checkbox, null |