User-visible messages
Every failure message the product can show, by surface, with the file and line that produces it.
- Type: reference
Every failure message a user can be shown, harvested from the code. Each id is mapped to a
runbook — or explicitly marked as needing no action — in product-docs/error-map.yaml;
docs-lint rule 8 fails when a message is in neither state. Regenerate with make docs-generate.
Ids are stable across rewording of variables and across file moves, and change when the sentence changes. A changed sentence therefore needs a fresh mapping decision, by design.
| Surface | Messages | Harvested from |
|---|---|---|
| Gateway API (HTTP exceptions and validation) | 337 | gw-* |
| First-boot setup wizard | 13 | setup-* |
| Dashboard (English UI strings) | 222 | dash-* |
| ISO / OVA installer and first-boot scripts | 50 | iso-* |
| Host agent and offline updater | 28 | host-* |
Gateway API (HTTP exceptions and validation) (337)
| Id | Message | Where |
|---|---|---|
gw-0181ec03 | EDL token required | cid-nestjs-gateway/browser-extension/guards/edl-token.guard.ts:30 |
gw-01cd717e | Red-team model '${…}' is restricted to admin users | cid-nestjs-gateway/chat/chat.service.ts:178 |
gw-01ddb018 | Sync scope "${…}" is mapped to a CID tenant group (${…}) that no longer exists. Re-point the scope at an existing group, or clear the mapping, then sync again. | cid-nestjs-gateway/ldap/services/ldap-sync.service.ts:307 |
gw-02e8c892 | The directory server could not be reached, so directory sign-in is temporarily unavailable. This is not a problem with your password. Local accounts are unaffected. | cid-nestjs-gateway/auth/auth.service.ts:317 |
gw-02fd9351 | Webhook payload too large | cid-nestjs-gateway/common/http/raw-body.ts:31 |
gw-05d0d9cb | Failed to render simulator PDF: ${…} | cid-nestjs-gateway/grc-simulator/grc-simulator.controller.ts:306 |
gw-075c3d18 | Analysis has no decision to reopen | cid-nestjs-gateway/risk-analysis/risk-analysis.service.ts:338 |
gw-07e3076a | Filter group with ID ${…} not found | cid-nestjs-gateway/filter-testing/filter-testing.service.ts:437cid-nestjs-gateway/filters/filters.service.ts:121cid-nestjs-gateway/filters/filters.service.ts:137cid-nestjs-gateway/filters/filters.service.ts:209cid-nestjs-gateway/filters/filters.service.ts:250 |
gw-081b2642 | Risk analysis ${…} not found | cid-nestjs-gateway/risk-analysis/services/analysis-run.service.ts:280 |
gw-0876d4f1 | The renderer did not report which identifiers it laid out (X-Rendered-Ids), so the document was never compared against the record. An unchecked report is not a passed one. | cid-nestjs-gateway/compliance/snapshots/dossier/dossier.service.ts:161 |
gw-08877c74 | Failed to render compliance scorecard PDF: ${…} | cid-nestjs-gateway/compliance/reports/compliance-report.controller.ts:111 |
gw-08db2b21 | Benchmark run not found | cid-nestjs-gateway/filter-testing/services/deepteam-integration.service.ts:253 |
gw-095f0a60 | EDL token with ID ${…} not found | cid-nestjs-gateway/browser-extension/services/edl-token.service.ts:44 |
gw-098ac412 | Tenant group ${…} not found | cid-nestjs-gateway/common/scope/tenant-scope.service.ts:240cid-nestjs-gateway/common/scope/tenant-scope.service.ts:277cid-nestjs-gateway/filters/import-export/filter-export.service.ts:48cid-nestjs-gateway/guardrails/overrides/filter-overrides.controller.ts:87 |
gw-09ea7dd9 | Endpoint resolves to a link-local or instance-metadata address, which is not a valid provider. | cid-nestjs-gateway/config/outbound-url.ts:122 |
gw-0a045cdb | No file uploaded (expected multipart field "file") | cid-nestjs-gateway/document-analysis/document-analysis.controller.ts:152cid-nestjs-gateway/document-analysis/document-analysis.controller.ts:295cid-nestjs-gateway/inline-proxy-inspect/file-redaction.controller.ts:104cid-nestjs-gateway/inline-proxy-inspect/file-redaction.controller.ts:144 |
gw-0a57903d | Clone URL must be ssh (git@host:org/repo.git), ssh://, git:// or https://. | cid-nestjs-gateway/repo-connector/providers/generic-git.provider.ts:421 |
gw-0affbff4 | Invalid credentials | cid-nestjs-gateway/auth/auth.service.ts:160cid-nestjs-gateway/auth/auth.service.ts:169cid-nestjs-gateway/auth/auth.service.ts:173cid-nestjs-gateway/auth/auth.service.ts:207 |
gw-0b077532 | Member not found in this group | cid-nestjs-gateway/tenant-groups/tenant-groups.service.ts:401cid-nestjs-gateway/tenant-groups/tenant-groups.service.ts:431 |
gw-0bac0755 | Invalid expires_at: ${…} | cid-nestjs-gateway/api-keys/api-keys.service.ts:519 |
gw-0bd9c4fc | Review ${…} is ${…}; only a completed review holds an analysis to promote | cid-nestjs-gateway/llm-review/services/attack-knowledge.service.ts:339 |
gw-0cda680c | Coverage floor for ${…} must be a percentage between 0 and 100 | cid-nestjs-gateway/grc-simulator/control-thresholds.service.ts:156 |
gw-0f6553b0 | Unknown detection id | cid-nestjs-gateway/inline-proxy-inspect/all-detections.service.ts:801 |
gw-10a3ffbb | Expected an object of governance policy settings. | cid-nestjs-gateway/governance/governance-policy.service.ts:107 |
gw-11ceb778 | Failed to get benchmark status | cid-nestjs-gateway/filter-testing/services/deepteam-integration.service.ts:255 |
gw-138470c6 | tactic must be an ATLAS id such as AML.TA0002 | cid-nestjs-gateway/atlas/dto/atlas-search-query.dto.ts:45 |
gw-15ab4acb | header "${…}" must be a string of at most 2000 characters | cid-nestjs-gateway/integrations/integrations.service.ts:841 |
gw-161dbeee | Image size exceeds maximum allowed size of 10MB | cid-nestjs-gateway/guardrails/dto/analyze-image.dto.ts:138cid-nestjs-gateway/guardrails/dto/analyze-image.dto.ts:57 |
gw-18040453 | $property must be an ISO-8601 date, e.g. 2026-09-01 or 2026-09-01T13:45:00Z | cid-nestjs-gateway/event-logging/dto/iso-date-query.decorator.ts:24 |
gw-1822a5a4 | New password must be at least 8 characters | cid-nestjs-gateway/auth/dto/change-password.dto.ts:8 |
gw-183cfe76 | Unknown help setting(s): ${…}. Settable keys are: ${…}. | cid-nestjs-gateway/help/help-settings.service.ts:223 |
gw-184a814d | license is already expired | cid-nestjs-gateway/license/license.service.ts:461 |
gw-1877389d | generic_git connector needs base_url set to the clone URL | cid-nestjs-gateway/repo-connector/providers/generic-git.provider.ts:51 |
gw-19dc4211 | scope must be { type: 'tenant' | 'tenant_group', id: <uuid> } | cid-nestjs-gateway/rbac/role-assignment.service.ts:139 |
gw-19f44547 | due_date must be YYYY-MM-DD | cid-nestjs-gateway/compliance/findings/dto/compliance-finding.dto.ts:50cid-nestjs-gateway/compliance/findings/dto/compliance-finding.dto.ts:83 |
gw-1b1621e0 | Attestation rejected | cid-nestjs-gateway/browser-extension/services/attestation.service.ts:150cid-nestjs-gateway/browser-extension/services/attestation.service.ts:157cid-nestjs-gateway/browser-extension/services/attestation.service.ts:166cid-nestjs-gateway/browser-extension/services/attestation.service.ts:173cid-nestjs-gateway/browser-extension/services/attestation.service.ts:181cid-nestjs-gateway/browser-extension/services/attestation.service.ts:192 |
gw-1c199965 | Document analysis service is not enabled | cid-nestjs-gateway/document-analysis/document-analysis.controller.ts:222 |
gw-1ca75c72 | Sync scope "${…}" would assign the role "${…}", which cannot be granted from a directory scope. Set it to one of: ${…}. | cid-nestjs-gateway/ldap/services/ldap-sync.service.ts:671 |
gw-1e77b396 | Endpoint is not a valid URL: ${…} | cid-nestjs-gateway/config/outbound-url.ts:106 |
gw-1edcb594 | Unlock request ${…} not found | cid-nestjs-gateway/llm-review/services/unlock-request.service.ts:401cid-nestjs-gateway/llm-review/services/unlock-request.service.ts:417 |
gw-1ee1cb2b | start_date must be before end_date | cid-nestjs-gateway/compliance/snapshots/compliance-snapshot.service.ts:85 |
gw-1f7b907e | incomplete upload: have ${…} of ${…} bytes | cid-nestjs-gateway/system-update/system-update.service.ts:148 |
gw-1fdb90c4 | Finding not found | cid-nestjs-gateway/compliance/findings/compliance-findings.service.ts:290cid-nestjs-gateway/compliance/findings/compliance-findings.service.ts:442cid-nestjs-gateway/compliance/findings/compliance-findings.service.ts:445 |
gw-21c4a74e | The model returned a filter with no patterns. Try describing the format more concretely, e.g. "IDs look like PER-2024-12345". | cid-nestjs-gateway/filters/services/filter-draft.service.ts:289 |
gw-22b07d8d | chain contains a certificate that does not parse | cid-nestjs-gateway/certificates/certificates.service.ts:139 |
gw-25038980 | config.host is required | cid-nestjs-gateway/integrations/integrations.service.ts:730 |
gw-284ca799 | Risk analysis with ID ${…} not found | cid-nestjs-gateway/risk-analysis/risk-analysis.service.ts:177cid-nestjs-gateway/risk-analysis/risk-analysis.service.ts:274cid-nestjs-gateway/risk-analysis/risk-analysis.service.ts:331 |
gw-2a430b6b | Enforcing a ${…}-day window on SECURITY would delete detection evidence inside the six-month minimum the AI Act sets for deployers. Use 0 to disable the sweep for this category instead. | cid-nestjs-gateway/event-logging/services/retention-policy.service.ts:204 |
gw-2ac93a44 | The document is ${…} characters; the maximum is ${…}. Trim it to the privacy/data-handling sections. | cid-nestjs-gateway/help/help-policy-analysis.service.ts:172 |
gw-2c27e502 | Too many help requests, please try again in a few minutes. | cid-nestjs-gateway/help/help.controller.ts:112 |
gw-2c992201 | the certificate has no subjectAltName; browsers reject certificates without one | cid-nestjs-gateway/certificates/certificates.service.ts:170 |
gw-2fcb3f09 | default_min_coverage_pct must be a percentage between 0 and 100 | cid-nestjs-gateway/grc-simulator/control-thresholds.service.ts:150 |
gw-304f956b | the private key does not match the certificate | cid-nestjs-gateway/certificates/certificates.service.ts:162 |
gw-30df93d5 | Failed to render impact PDF: ${…} | cid-nestjs-gateway/compliance/compliance.controller.ts:385 |
gw-32d68e1f | Filter override ${…} not found | cid-nestjs-gateway/guardrails/overrides/filter-overrides.controller.ts:158 |
gw-32e37ae0 | Input filter with nickname '${…}' not found | cid-nestjs-gateway/chat/filters/input/input-filter.factory.ts:53 |
gw-33b1898f | config.protocol must be one of ${…} | cid-nestjs-gateway/integrations/integrations.service.ts:741 |
gw-346014d5 | Invalid Anthropic API key | cid-nestjs-gateway/chat/services/prompt-hardening.service.ts:176 |
gw-36367b7c | API key token quota exceeded | cid-nestjs-gateway/api-keys/api-keys.service.ts:435 |
gw-36457f49 | Fleet ${…} not found | cid-nestjs-gateway/endpoint-agent/endpoint-agent.service.ts:93 |
gw-36795c0f | deviceId is required | cid-nestjs-gateway/browser-extension/controllers/attestation.controller.ts:57 |
gw-38e68b34 | Document rejected due to policy violation: ${…} | cid-nestjs-gateway/chat/services/chat-document-processor.service.ts:150 |
gw-3aeba127 | The risk analyst service is not enabled on this deployment. | cid-nestjs-gateway/risk-analysis/services/analysis-run.service.ts:139 |
gw-3ba7b3da | publicKeyJwk must be a P-256 EC public key without a private scalar | cid-nestjs-gateway/browser-extension/services/attestation.service.ts:47 |
gw-3ca8e06b | Failed to retrieve supported types | cid-nestjs-gateway/document-analysis/document-analysis.controller.ts:363 |
gw-3dbd877e | Session not found | cid-nestjs-gateway/sessions/sessions.service.ts:276cid-nestjs-gateway/sessions/sessions.service.ts:370 |
gw-3e36d314 | Invalid API key | cid-nestjs-gateway/api-keys/guards/api-key-auth.guard.ts:34cid-nestjs-gateway/auth/guards/combined-auth.guard.ts:49cid-nestjs-gateway/inline-proxy-inspect/util/authorize-inspect-caller.ts:143 |
gw-3eb7c37e | Could not generate a filter draft: ${…} | cid-nestjs-gateway/filters/services/filter-draft.service.ts:264 |
gw-3f124695 | Cannot change the OCR engine while the OCR service is unreachable: ${…} | cid-nestjs-gateway/ocr-settings/ocr-settings.controller.ts:58 |
gw-408d7069 | invalid request id | cid-nestjs-gateway/system-update/system-update.service.ts:242 |
gw-41c22b99 | '${…}' must be one of: ${…}. | cid-nestjs-gateway/help/help-settings.service.ts:310 |
gw-41c95360 | ${…} is not an OWASP id (LLM01:2026, ASI01:2026, ASI.T1:1.1, ML01:2023, AIX.<slug> or LLM-CANDIDATE.<slug>:2026) | cid-nestjs-gateway/owasp/owasp.controller.ts:74 |
gw-41df647c | A read-only demo account cannot download signed licence files. | cid-nestjs-gateway/license-admin/no-viewer.guard.ts:47 |
gw-41e514f1 | Knowledge entry ${…} already exists; give this promotion its own id | cid-nestjs-gateway/llm-review/services/attack-knowledge.service.ts:347 |
gw-42a89eef | Chat provider '${…}' is not supported | cid-nestjs-gateway/chat/providers/provider.factory.ts:35 |
gw-42df70b3 | Pattern with ID ${…} not found | cid-nestjs-gateway/filters/filters.service.ts:471cid-nestjs-gateway/filters/filters.service.ts:487cid-nestjs-gateway/filters/filters.service.ts:526 |
gw-43461c45 | No analysis with that progress id | cid-nestjs-gateway/image-analysis/image-analysis.controller.ts:64 |
gw-4354f242 | GitHub App connector needs both app_id and private_key_pem | cid-nestjs-gateway/repo-connector/providers/github.provider.ts:283 |
gw-4452b017 | None of the specified test case IDs match active test cases | cid-nestjs-gateway/filter-testing/filter-testing.service.ts:521 |
gw-44bf875b | Issued token carries no expiry | cid-nestjs-gateway/browser-extension/services/browser-extension-auth.service.ts:73 |
gw-4572dd17 | Input filter '${…}' version '${…}' not found | cid-nestjs-gateway/chat/filters/input/input-filter.factory.ts:37 |
gw-4609385d | Knowledge entry ${…} already exists | cid-nestjs-gateway/llm-review/services/attack-knowledge.service.ts:140 |
gw-465d9617 | Fleet policy is missing required fields (selectivity, failMode) | cid-nestjs-gateway/endpoint-agent/endpoint-agent.service.ts:257 |
gw-46c9d58e | API key with ID ${…} not found | cid-nestjs-gateway/api-keys/api-keys.service.ts:216cid-nestjs-gateway/api-keys/api-keys.service.ts:267cid-nestjs-gateway/api-keys/api-keys.service.ts:289cid-nestjs-gateway/api-keys/api-keys.service.ts:314cid-nestjs-gateway/api-keys/api-keys.service.ts:78 |
gw-477732cc | Page access was changed by someone else while this screen was open. Reload to see their change before saving yours. | cid-nestjs-gateway/rbac/page-access.service.ts:276 |
gw-4840a13e | not a PEM certificate | cid-nestjs-gateway/certificates/certificates.service.ts:191 |
gw-489aadde | Invalid or expired API key | cid-nestjs-gateway/api-keys/guards/api-key-auth.guard.ts:52cid-nestjs-gateway/auth/guards/combined-auth.guard.ts:67 |
gw-4a3e0797 | names must be an array of hostnames or IPv4 addresses | cid-nestjs-gateway/certificates/certificates.service.ts:202 |
gw-4b0c5988 | Provisioning is not configured | cid-nestjs-gateway/provision/provision-token.guard.ts:34 |
gw-4b8b38a9 | No completed scan for this repository yet — check the event log | cid-nestjs-gateway/repo-connector/repo-connector.service.ts:388 |
gw-4bc0c126 | dc-agent.ps1 not bundled in this build — get it from cid-userid-agent/examples/ in the source tree. | cid-nestjs-gateway/inline-proxy-inspect/inline-proxy-management.controller.ts:81 |
gw-4d3e1b1a | Document processing failed: ${…} | cid-nestjs-gateway/chat/services/chat-document-processor.service.ts:143 |
gw-4d5cf37d | Filter group "${…}" still contains ${…} filter(s): ${…}. Delete them first, or repeat this request with ?cascade=true to remove them together. | cid-nestjs-gateway/filters/filters.service.ts:214 |
gw-4d7faf5b | Too many requests, please try again later. | cid-nestjs-gateway/auth/auth.controller.ts:60 |
gw-4db8c48e | Conversation ${…} not found | cid-nestjs-gateway/llm-review/services/analyst-chat.service.ts:279cid-nestjs-gateway/llm-review/services/analyst-chat.service.ts:299 |
gw-4ec6c553 | Model '${…}' is not active | cid-nestjs-gateway/chat/chat.service.ts:163 |
gw-4fa98b12 | Unknown role: ${…} | cid-nestjs-gateway/rbac/capability-access.service.ts:259cid-nestjs-gateway/rbac/page-access.service.ts:306cid-nestjs-gateway/rbac/role-assignment.service.ts:116 |
gw-51771d69 | Only a superadmin may change the appliance-wide detection escalation policy | cid-nestjs-gateway/guardrails/escalation/detection-escalation.controller.ts:70 |
gw-51abd065 | No OWASP object ${…} in any loaded snapshot | cid-nestjs-gateway/owasp/services/owasp-query.service.ts:178 |
gw-52fb7b51 | Unsupported file type ".${…}". Upload a PDF, DOCX or TXT. | cid-nestjs-gateway/help/help.controller.ts:318 |
gw-539f6778 | API key is not active | cid-nestjs-gateway/api-keys/api-keys.service.ts:414 |
gw-5445d4e7 | User not found | cid-nestjs-gateway/auth/auth.service.ts:441 |
gw-5467a7ba | config.port must be 1-65535 | cid-nestjs-gateway/integrations/integrations.service.ts:738 |
gw-560dd7f9 | An unlock request is already pending for this lock | cid-nestjs-gateway/llm-review/services/unlock-request.service.ts:141 |
gw-562066d2 | Scope belongs to a group you cannot read | cid-nestjs-gateway/browser-extension/services/dashboard.service.ts:186 |
gw-57ca0252 | Rate for ${…} must be a positive number | cid-nestjs-gateway/common/fx/fx-rates.service.ts:190 |
gw-59b293d8 | Missing or invalid authorization header | cid-nestjs-gateway/auth/guards/combined-auth.guard.ts:24 |
gw-5ae7ee36 | no CSR is pending — generate one first | cid-nestjs-gateway/certificates/certificates.controller.ts:45 |
gw-5b5f5984 | Please provide a valid email address | cid-nestjs-gateway/auth/dto/forgot-password.dto.ts:4 |
gw-5c0d6e34 | A test group with this name already exists | cid-nestjs-gateway/filter-testing/filter-testing.service.ts:327 |
gw-5c479b1d | Leave the host URL blank for github.com — it is only for GitHub Enterprise Server. | cid-nestjs-gateway/repo-connector/providers/github.provider.ts:237 |
gw-5f863ae1 | Endpoint must use http or https, got "${…}" | cid-nestjs-gateway/config/outbound-url.ts:110 |
gw-5fd6ffc5 | No repo provider is registered for connector type '${…}' | cid-nestjs-gateway/repo-connector/services/repo-provider.factory.ts:28 |
gw-5ffea0b3 | Failed to render filter test PDF: ${…} | cid-nestjs-gateway/filter-testing/filter-testing.controller.ts:257 |
gw-60653034 | source ${…} belongs to an external authority (${…}). Entries citing one arrive through a payload import, not by hand — use a cid: source for a card this deployment authors. | cid-nestjs-gateway/llm-review/services/attack-knowledge.service.ts:465 |
gw-606bcb13 | Client certificate required | cid-nestjs-gateway/inline-proxy-inspect/util/authorize-inspect-caller.ts:127 |
gw-60edf30e | API key request quota exceeded | cid-nestjs-gateway/api-keys/api-keys.service.ts:427 |
gw-60f41469 | Scope belongs to a group you are not in | cid-nestjs-gateway/browser-extension/services/browser-extension-policies.service.ts:244 |
gw-61076687 | LDAP bind password file unreadable | cid-nestjs-gateway/ldap/services/ldap-directory.service.ts:304 |
gw-6268b9f2 | Knowledge entry ${…} came from the shipped bootstrap payload. Disable it instead — an import would recreate a deleted row. | cid-nestjs-gateway/llm-review/services/attack-knowledge.service.ts:200 |
gw-62eb629f | Unknown page: ${…} | cid-nestjs-gateway/rbac/page-access.service.ts:297 |
gw-633fe9b8 | '${…}' must be a whole number. | cid-nestjs-gateway/governance/governance-policy.service.ts:222 |
gw-6365893d | Output filter with ID ${…} not found | cid-nestjs-gateway/output-filters/output-filters.service.ts:251cid-nestjs-gateway/output-filters/output-filters.service.ts:263cid-nestjs-gateway/output-filters/output-filters.service.ts:289 |
gw-65290819 | Analysis is already ${…}; reopen it before deciding again | cid-nestjs-gateway/risk-analysis/risk-analysis.service.ts:281 |
gw-68752272 | Device is enrolled to another tenant | cid-nestjs-gateway/browser-extension/services/attestation.service.ts:71cid-nestjs-gateway/browser-extension/services/device-link.service.ts:31 |
gw-68e51868 | Invalid or expired EDL token | cid-nestjs-gateway/browser-extension/guards/edl-token.guard.ts:35 |
gw-69c8fa3e | Regulation ${…} not found | cid-nestjs-gateway/compliance/compliance.service.ts:1007cid-nestjs-gateway/compliance/compliance.service.ts:488cid-nestjs-gateway/compliance/compliance.service.ts:906cid-nestjs-gateway/compliance/compliance.service.ts:968 |
gw-6a20eed5 | Run not found | cid-nestjs-gateway/filter-testing/services/deepteam-integration.service.ts:486cid-nestjs-gateway/filter-testing/services/deepteam-integration.service.ts:550 |
gw-6c3f45da | Sync scope not found | cid-nestjs-gateway/ldap/services/ldap-sync.service.ts:281 |
gw-6c69afb3 | mode must be 'connected' or 'air_gapped' | cid-nestjs-gateway/credentials/llm-readiness.controller.ts:174 |
gw-6cbd1e21 | Connector not found for this assignment | cid-nestjs-gateway/repo-connector/repo-connector.service.ts:412 |
gw-6cc6b078 | Document analysis failed: ${…} | cid-nestjs-gateway/document-analysis/document-analysis.controller.ts:251 |
gw-6d6d4a31 | license issuer unavailable | cid-nestjs-gateway/license-admin/license-admin.service.ts:56 |
gw-6f4564c4 | license is for installation ${…}, this box is ${…} | cid-nestjs-gateway/license/license.service.ts:456 |
gw-6fbf57b2 | Unknown governance policy setting(s): ${…}. Settable keys are: ${…}. | cid-nestjs-gateway/governance/governance-policy.service.ts:118 |
gw-711c5e1a | Account not found | cid-nestjs-gateway/auth/auth.service.ts:644 |
gw-7162b8fd | "${…}" is set by the gateway and cannot be overridden | cid-nestjs-gateway/integrations/integrations.service.ts:836 |
gw-71639636 | Cannot delete output filter group with ${…} associated filters | cid-nestjs-gateway/output-filters/output-filters.service.ts:164 |
gw-741d9751 | cadence must be monthly or quarterly | cid-nestjs-gateway/compliance/snapshots/report-schedule.service.ts:149 |
gw-7430d6e5 | ${…} connector needs an access_token | cid-nestjs-gateway/repo-connector/providers/token-http.provider.ts:134 |
gw-7459f269 | Download failed: ${…} | cid-nestjs-gateway/document-analysis/document-analysis.controller.ts:452 |
gw-7742471e | Credential must be assigned to either a tenant or a tenant group, but not both | cid-nestjs-gateway/credentials/credentials.service.ts:140 |
gw-778cc642 | A clone URL is required | cid-nestjs-gateway/repo-connector/providers/generic-git.provider.ts:411 |
gw-77ccaa9a | Invalid enrollment token | cid-nestjs-gateway/endpoint-agent/endpoint-agent.service.ts:158 |
gw-77d8511f | Credential with ID ${…} not found | cid-nestjs-gateway/credentials/credential-health.service.ts:55cid-nestjs-gateway/credentials/credential-health.service.ts:60cid-nestjs-gateway/credentials/credentials.service.ts:272cid-nestjs-gateway/credentials/credentials.service.ts:323cid-nestjs-gateway/credentials/credentials.service.ts:339cid-nestjs-gateway/credentials/credentials.service.ts:71 |
gw-788b6fc9 | Snapshot ${…} payload is not an object | cid-nestjs-gateway/compliance/snapshots/frozen-payload.ts:30 |
gw-7ac24bd9 | key is not a PEM private key (encrypted keys are not accepted — decrypt it first) | cid-nestjs-gateway/certificates/certificates.service.ts:158 |
gw-7b850d4b | Tenant group not found | cid-nestjs-gateway/tenant-groups/tenant-groups.service.ts:189cid-nestjs-gateway/tenant-groups/tenant-groups.service.ts:205cid-nestjs-gateway/tenant-groups/tenant-groups.service.ts:252cid-nestjs-gateway/tenant-groups/tenant-groups.service.ts:326cid-nestjs-gateway/tenant-groups/tenant-groups.service.ts:392cid-nestjs-gateway/tenant-groups/tenant-groups.service.ts:419 |
gw-7babd919 | Test case with ID ${…} not found | cid-nestjs-gateway/filter-testing/filter-testing.service.ts:389cid-nestjs-gateway/filter-testing/filter-testing.service.ts:412 |
gw-7c905173 | Could not extract text from the document${…}. | cid-nestjs-gateway/help/help-policy-analysis.service.ts:164 |
gw-7d379561 | Review ${…} carries no reasoning to promote; supply text in the request body | cid-nestjs-gateway/llm-review/services/attack-knowledge.service.ts:355 |
gw-7df9c8a3 | Rate limit exceeded. Please try again later. | cid-nestjs-gateway/chat/services/prompt-hardening.service.ts:183 |
gw-7e361151 | Failed to render executive summary PDF: ${…} | cid-nestjs-gateway/compliance/compliance.controller.ts:555 |
gw-7e7881f0 | Failed to connect to DeepTeam service | cid-nestjs-gateway/filter-testing/services/deepteam-integration.service.ts:101cid-nestjs-gateway/filter-testing/services/deepteam-integration.service.ts:121 |
gw-7efecc34 | LLM review ${…} not found | cid-nestjs-gateway/llm-review/services/attack-knowledge.service.ts:331cid-nestjs-gateway/llm-review/services/llm-review-query.service.ts:104 |
gw-7f8b3f36 | This repository has no completed baseline yet, so there is no commit to read the files at. | cid-nestjs-gateway/repo-connector/services/finding-analysis.service.ts:75 |
gw-80e1680b | A clone URL cannot begin with "-" — git would read it as an option. | cid-nestjs-gateway/repo-connector/providers/generic-git.provider.ts:414 |
gw-811184e8 | Invalid or expired token | cid-nestjs-gateway/auth/guards/combined-auth.guard.ts:91 |
gw-81c016be | Attribution ${…} not found | cid-nestjs-gateway/inline-proxy-inspect/attribution-admin.controller.ts:63 |
gw-83565b7f | No ATLAS object ${…} in any loaded release | cid-nestjs-gateway/atlas/services/atlas-query.service.ts:145 |
gw-83861f19 | Provider '${…}' not found | cid-nestjs-gateway/chat/chat.service.ts:130 |
gw-84f83583 | Tenant ID not found in token | cid-nestjs-gateway/document-analysis/document-analysis.controller.ts:149cid-nestjs-gateway/document-analysis/document-analysis.controller.ts:210cid-nestjs-gateway/document-analysis/document-analysis.controller.ts:288cid-nestjs-gateway/document-analysis/document-analysis.controller.ts:412 |
gw-8550e62c | '${…}' must be a list of filter names, or an empty value for all of them. | cid-nestjs-gateway/help/help-settings.service.ts:289 |
gw-8562cee7 | Account is inactive | cid-nestjs-gateway/auth/auth.service.ts:165cid-nestjs-gateway/auth/auth.service.ts:195 |
gw-87fa6ca5 | Failed to render cost-savings PDF: ${…} | cid-nestjs-gateway/cost-report/cost-report.controller.ts:237 |
gw-884f5698 | Failed to render detections PDF: ${…} | cid-nestjs-gateway/compliance/compliance.controller.ts:494 |
gw-88709b07 | Provider with ID ${…} not found | cid-nestjs-gateway/credentials/credentials.service.ts:151 |
gw-88ba5d59 | This sync scope is disabled. Re-enable it before syncing. | cid-nestjs-gateway/ldap/services/ldap-sync.service.ts:286 |
gw-8a0dbbd1 | name too long: ${…} | cid-nestjs-gateway/certificates/certificates.service.ts:210 |
gw-8af215ff | "${…}" is not a valid header name | cid-nestjs-gateway/integrations/integrations.service.ts:833 |
gw-8cb93149 | No test cases found matching criteria | cid-nestjs-gateway/filter-testing/filter-testing.service.ts:514 |
gw-8df46f08 | chain link ${…} (${…}) did not issue ${…} — order the chain leaf-side first | cid-nestjs-gateway/certificates/certificates.service.ts:145 |
gw-8e4f3bec | Cannot switch the base to ${…}: no usable rate is stored for it | cid-nestjs-gateway/common/fx/fx-rates.service.ts:173 |
gw-8ea1c002 | Tenant is already a member of this group | cid-nestjs-gateway/tenant-groups/tenant-groups.service.ts:352 |
gw-8ee05e72 | Refusing to store connector credentials: JWT_SECRET is not set, so they would be written unencrypted. Set a persistent JWT_SECRET and restart. | cid-nestjs-gateway/repo-connector/repo-connector.service.ts:660 |
gw-8f076a18 | Redaction job not found | cid-nestjs-gateway/document-analysis/redaction-job.service.ts:130 |
gw-8f10d584 | Failed to process document: ${…} | cid-nestjs-gateway/chat/services/chat-document-processor.service.ts:165 |
gw-8f9359d2 | The model did not produce a configuration proposal. Try again, or trim the document. | cid-nestjs-gateway/help/help-policy-analysis.service.ts:204 |
gw-8fb1e18f | Too many unlock requests, please try again later. | cid-nestjs-gateway/llm-review/llm-review-user.controller.ts:69 |
gw-8fb6527b | invalid manifest URL | cid-nestjs-gateway/system-update/system-update.service.ts:277 |
gw-905041bd | You can only manage tenant groups that you own | cid-nestjs-gateway/tenant-groups/tenant-groups.service.ts:64 |
gw-910c6530 | cert is required (PEM) | cid-nestjs-gateway/certificates/certificates.service.ts:118 |
gw-91c97392 | Tenant group with this name already exists | cid-nestjs-gateway/tenant-groups/tenant-groups.service.ts:113cid-nestjs-gateway/tenant-groups/tenant-groups.service.ts:220 |
gw-91e29a1c | Integration ${…} not found | cid-nestjs-gateway/integrations/integrations.service.ts:716 |
gw-92fa4bde | No settings supplied. Send at least one of: ${…}. | cid-nestjs-gateway/governance/governance-policy.service.ts:124 |
gw-939ccf4e | Regulation ${…} has no seeded fine structure to restore | cid-nestjs-gateway/compliance/compliance.service.ts:1029 |
gw-9492040a | start_date and end_date must be dates | cid-nestjs-gateway/compliance/snapshots/compliance-snapshot.service.ts:82 |
gw-94983dbe | Failed to render tenant analytics PDF: ${…} | cid-nestjs-gateway/tenant-analytics/tenant-analytics.controller.ts:74 |
gw-95ca03fc | expires_at must be in the future | cid-nestjs-gateway/api-keys/api-keys.service.ts:522cid-nestjs-gateway/browser-extension/controllers/edl-tokens-admin.controller.ts:45 |
gw-9640254e | Tenant not found | cid-nestjs-gateway/tenant-groups/tenant-groups.service.ts:340cid-nestjs-gateway/tenants/tenants.service.ts:309cid-nestjs-gateway/tenants/tenants.service.ts:334cid-nestjs-gateway/tenants/tenants.service.ts:394 |
gw-96b1b400 | Document analysis not found | cid-nestjs-gateway/document-analysis/services/document-analysis-orchestrator.service.ts:1507 |
gw-96dc7b37 | Host URL must be the GHES host only (https://${…}), not a repository URL. | cid-nestjs-gateway/repo-connector/providers/github.provider.ts:242 |
gw-96de9351 | Device is not enrolled | cid-nestjs-gateway/browser-extension/services/attestation.service.ts:126 |
gw-97315a8a | Unsupported format: ${…} | cid-nestjs-gateway/inline-proxy-inspect/inline-proxy-management.controller.ts:138 |
gw-97485089 | Tenant with ID ${…} not found | cid-nestjs-gateway/api-keys/api-keys.service.ts:140cid-nestjs-gateway/credentials/credentials.service.ts:177cid-nestjs-gateway/tenant-analytics/tenant-analytics.service.ts:108 |
gw-988be827 | Testing a different LDAP url requires the bind password to be re-entered; the saved password is only sent to the saved url. | cid-nestjs-gateway/ldap/services/ldap-directory.service.ts:424 |
gw-988cddd5 | The risk analyst could not be reached. | cid-nestjs-gateway/risk-analysis/services/analysis-run.service.ts:555 |
gw-98d8b316 | cert is not a PEM X.509 certificate | cid-nestjs-gateway/certificates/certificates.service.ts:123 |
gw-9931d1ea | Detection with ID ${…} not found | cid-nestjs-gateway/detections/detections.service.ts:166 |
gw-9981646e | config.format must be one of ${…} | cid-nestjs-gateway/integrations/integrations.service.ts:746cid-nestjs-gateway/integrations/integrations.service.ts:782 |
gw-998323c2 | Retention window for ${…} must be 0 or more days | cid-nestjs-gateway/event-logging/services/retention-policy.service.ts:195 |
gw-9acf96a3 | CID license is expired or invalid. An administrator can install a renewal in the dashboard under Settings → License. | cid-nestjs-gateway/license/license.guard.ts:35 |
gw-9bb26fd7 | at most 32 names | cid-nestjs-gateway/certificates/certificates.service.ts:213 |
gw-9bc101d3 | bundle filename must end with .cidupd | cid-nestjs-gateway/system-update/system-update.service.ts:236 |
gw-9bdbe68e | Azure OpenAI requires an endpoint URL. Please configure the endpoint in your credentials. | cid-nestjs-gateway/chat/providers/azure-openai-provider.service.ts:53 |
gw-9be04ede | CA not available. Is cid-inline-proxy running? | cid-nestjs-gateway/inline-proxy-inspect/inline-proxy-management.controller.ts:103 |
gw-9c1728b2 | Internal API only | cid-nestjs-gateway/inline-proxy-inspect/reload.controller.ts:38cid-nestjs-gateway/inline-proxy-inspect/util/authorize-inspect-caller.ts:158cid-nestjs-gateway/internal/internal.controller.ts:114cid-nestjs-gateway/internal/internal.controller.ts:55cid-nestjs-gateway/llm-review/llm-review-internal.controller.ts:48cid-nestjs-gateway/llm-review/llm-review-internal.controller.ts:56 |
gw-9ca850fa | Knowledge entry ${…} restates ${…}, which this deployment does not author. Its content changes only by importing a payload whose content changed. Disabling it is allowed. | cid-nestjs-gateway/llm-review/services/attack-knowledge.service.ts:450 |
gw-9d708334 | Unlock request is already ${…}; it cannot be decided again | cid-nestjs-gateway/llm-review/services/unlock-request.service.ts:423 |
gw-9dcf51be | Assignment ${…} not found | cid-nestjs-gateway/repo-connector/repo-connector.service.ts:645 |
gw-9e1ad013 | license rejected: ${…} | cid-nestjs-gateway/license/license.service.ts:452 |
gw-9ee47719 | Unknown filter name(s) for '${…}': ${…}. Valid categories are: ${…}. | cid-nestjs-gateway/help/help-settings.service.ts:301 |
gw-9fef08b3 | Connector ${…} not found | cid-nestjs-gateway/repo-connector/repo-connector.service.ts:639 |
gw-a3ced9d1 | this certificate is not a CA (basicConstraints CA:TRUE); upload the proxy's issuing CA, not a leaf | cid-nestjs-gateway/certificates/certificates.service.ts:193 |
gw-a3d14b12 | .${…} files are not supported: legacy and macro-enabled spreadsheet formats cannot be safely redacted. Save the file as .xlsx (without macros) and try again. | cid-nestjs-gateway/document-analysis/document-analysis.controller.ts:304cid-nestjs-gateway/inline-proxy-inspect/file-redaction.controller.ts:153 |
gw-a460c8f7 | update host '${…}' is not in SYSTEM_UPDATE_ALLOWED_HOSTS | cid-nestjs-gateway/system-update/system-update.service.ts:290 |
gw-a4947619 | unknown or expired upload | cid-nestjs-gateway/system-update/system-update.service.ts:119cid-nestjs-gateway/system-update/system-update.service.ts:136cid-nestjs-gateway/system-update/system-update.service.ts:145 |
gw-a4d3fa84 | Provide the policy as a "file" upload or as "text". | cid-nestjs-gateway/help/help.controller.ts:341 |
gw-a5286ec5 | API key required | cid-nestjs-gateway/inline-proxy-inspect/util/authorize-inspect-caller.ts:153 |
gw-a5490273 | cert is a CA certificate; upload the server (leaf) certificate, with the CA in chain | cid-nestjs-gateway/certificates/certificates.service.ts:125 |
gw-a5d040e8 | scopeId must be 'user-<tenantId>' or 'team-<groupId>' with a uuid, got '${…}' | cid-nestjs-gateway/browser-extension/services/browser-extension-policies.service.ts:270 |
gw-a80294d8 | Output filter with nickname '${…}' not found | cid-nestjs-gateway/chat/filters/output/output-filter.factory.ts:58 |
gw-a81f6240 | denied must be an object of page id → roles | cid-nestjs-gateway/rbac/page-access.service.ts:288 |
gw-aa06d1fa | Capability access was changed by someone else while this screen was open. Reload to see their change before saving yours. | cid-nestjs-gateway/rbac/capability-access.service.ts:227 |
gw-aa3d346b | Role assignments apply to the entire system. Scoping a role to one tenant or group is not enabled in this release. | cid-nestjs-gateway/rbac/role-assignment.service.ts:146 |
gw-aa8eb42b | Agent key does not match device | cid-nestjs-gateway/endpoint-agent/endpoint-agent.service.ts:231 |
gw-ac9b4689 | Unknown capability: ${…} | cid-nestjs-gateway/rbac/capability-access.service.ts:248 |
gw-ae1157e9 | Password must be at least 7 characters long | cid-nestjs-gateway/auth/dto/reset-password.dto.ts:10 |
gw-b10f8359 | online install requires SYSTEM_UPDATE_ALLOWED_HOSTS to pin the update host | cid-nestjs-gateway/system-update/system-update.service.ts:285 |
gw-b18fd71a | Unsupported currency: ${…} | cid-nestjs-gateway/common/fx/fx-rates.service.ts:187 |
gw-b5538f3e | Signed in, but this role does not use the browser extension: '${…}' has no extension view. Use the dashboard instead. | cid-nestjs-gateway/browser-extension/services/browser-extension-auth.service.ts:35 |
gw-b5567096 | Invalid agent API key | cid-nestjs-gateway/endpoint-agent/endpoint-agent.controller.ts:63 |
gw-b658bc53 | Scan ${…} has expired from the auditor's retention window — rebaseline the repository to scan it again | cid-nestjs-gateway/code-safety/code-safety-client.service.ts:389 |
gw-b6758dcf | denied must be an object of capability id → roles | cid-nestjs-gateway/rbac/capability-access.service.ts:238 |
gw-b712bc40 | Select findings in at most ${…} files — ${…} were chosen. Each file is a separate model round trip. | cid-nestjs-gateway/repo-connector/services/finding-analysis.service.ts:69 |
gw-b78d804a | Snapshot not found | cid-nestjs-gateway/compliance/snapshots/compliance-snapshot.service.ts:444cid-nestjs-gateway/compliance/snapshots/compliance-snapshot.service.ts:452 |
gw-b82e5d4e | Knowledge entry ${…} not found | cid-nestjs-gateway/llm-review/services/attack-knowledge.service.ts:406 |
gw-b8a458ac | superadmin access cannot be removed — it is the role that edits this table | cid-nestjs-gateway/rbac/page-access.service.ts:314 |
gw-b8fc2094 | Mapping version ${…} not found | cid-nestjs-gateway/compliance/compliance.controller.ts:257 |
gw-b950f9da | Configuration store unavailable; settings cannot be saved | cid-nestjs-gateway/integrations/integrations.service.ts:627 |
gw-b969b35f | This account is managed by an external directory — change the password there. | cid-nestjs-gateway/auth/auth.service.ts:650 |
gw-b97dec41 | Device ${…} not found | cid-nestjs-gateway/browser-extension/services/attestation.service.ts:99cid-nestjs-gateway/endpoint-agent/endpoint-agent.service.ts:129 |
gw-bc51c263 | Tenant group with ID ${…} not found | cid-nestjs-gateway/api-keys/api-keys.service.ts:151cid-nestjs-gateway/credentials/credentials.service.ts:189 |
gw-bd416ebe | Current password is incorrect | cid-nestjs-gateway/auth/auth.service.ts:657 |
gw-bd97d66b | ITSM handoff is unavailable in this process; cannot send a test event | cid-nestjs-gateway/integrations/integrations.service.ts:678 |
gw-be7ec89f | Filter group '${…}' is not active | cid-nestjs-gateway/filter-testing/filter-testing.service.ts:443 |
gw-bf28b0fa | Tenant with this name already exists | cid-nestjs-gateway/tenants/tenants.service.ts:155cid-nestjs-gateway/tenants/tenants.service.ts:349 |
gw-bfc01052 | Filter with ID ${…} not found | cid-nestjs-gateway/filters/filters.service.ts:334cid-nestjs-gateway/filters/filters.service.ts:350cid-nestjs-gateway/filters/filters.service.ts:397cid-nestjs-gateway/filters/filters.service.ts:433cid-nestjs-gateway/filters/filters.service.ts:709 |
gw-c11cad27 | Team member ${…} not found | cid-nestjs-gateway/team/services/team-scope.service.ts:109 |
gw-c1cd3d44 | The dossier report could not be rendered (${…}). The dossier JSON is unaffected and remains downloadable. | cid-nestjs-gateway/compliance/snapshots/dossier/dossier.service.ts:153 |
gw-c2d9ad54 | these streams are not yet readable by the analyst | cid-nestjs-gateway/risk-analysis/services/analysis-run.service.ts:157 |
gw-c315b4c7 | Invalid token | cid-nestjs-gateway/auth/auth.service.ts:346cid-nestjs-gateway/auth/guards/combined-auth.guard.ts:79 |
gw-c3664555 | chain contains no PEM certificates | cid-nestjs-gateway/certificates/certificates.service.ts:134 |
gw-c502debd | Invalid regex pattern: ${…} | cid-nestjs-gateway/filters/filters.service.ts:442cid-nestjs-gateway/filters/filters.service.ts:495 |
gw-c62e2a6b | certificate expired on ${…} | cid-nestjs-gateway/certificates/certificates.service.ts:127 |
gw-c8a7b7ab | Assignment ${…} has no GitHub installation id | cid-nestjs-gateway/repo-connector/providers/github.provider.ts:267 |
gw-c8b9bba5 | Provider with code '${…}' not found | cid-nestjs-gateway/chat/services/credential-resolver.service.ts:33 |
gw-c8f8f9d8 | OCR engine '${…}' is not available on the OCR service (available: ${…}) | cid-nestjs-gateway/ocr-settings/ocr-settings.service.ts:54 |
gw-c9198338 | ${…} is not an ATLAS id (AML.TA####, AML.T####[.###], AML.M#### or AML.CS####) | cid-nestjs-gateway/atlas/atlas.controller.ts:75 |
gw-c947234f | superadmin capabilities cannot be removed — it is the role that edits this table | cid-nestjs-gateway/rbac/capability-access.service.ts:265 |
gw-c9a1758b | This role does not use the chat: an auditor reviews the estate rather than adding traffic to it. Use the dashboard instead. | cid-nestjs-gateway/auth/guards/chat-role.guard.ts:58 |
gw-c9f191de | At least one rate must be supplied | cid-nestjs-gateway/common/fx/fx-rates.service.ts:158 |
gw-ca9fdfc5 | Seed data not available in this build; cannot restore defaults | cid-nestjs-gateway/compliance/compliance.service.ts:1020 |
gw-cba4b570 | LDAP url, bind DN and base DN must be configured | cid-nestjs-gateway/ldap/services/ldap-directory.service.ts:408 |
gw-ce752ab5 | Import payload holds ${…} entries; the limit is ${…} | cid-nestjs-gateway/llm-review/attack-knowledge.controller.ts:142 |
gw-cf7ad5c6 | no key uploaded and no CSR is pending — generate a CSR first, or upload the key with the certificate | cid-nestjs-gateway/certificates/certificates.service.ts:165 |
gw-cf868bf2 | Only a superadmin may change the appliance-wide inspection policy | cid-nestjs-gateway/inline-proxy-inspect/inspection-admin.controller.ts:124 |
gw-d05d100f | Test run with ID ${…} not found | cid-nestjs-gateway/filter-testing/filter-testing.service.ts:1146cid-nestjs-gateway/filter-testing/filter-testing.service.ts:1210 |
gw-d23310f9 | Failed to render AI usage PDF: ${…} | cid-nestjs-gateway/browser-extension/controllers/ai-usage-admin.controller.ts:153 |
gw-d2e120a8 | Scope belongs to another account | cid-nestjs-gateway/browser-extension/services/browser-extension-policies.service.ts:235cid-nestjs-gateway/browser-extension/services/dashboard.service.ts:176 |
gw-d2ee8786 | Tenant group "${…}" still has ${…}. Remove the members and move the credentials before deleting it. | cid-nestjs-gateway/tenant-groups/tenant-groups.service.ts:303 |
gw-d447ffc2 | Invalid provisioning token | cid-nestjs-gateway/provision/provision-token.guard.ts:42 |
gw-d561f3ad | Provide exactly one of "bundle" or "baseline_id". | cid-nestjs-gateway/filters/import-export/filter-import-export.controller.ts:145 |
gw-d5927500 | dashboard_base_url must be an absolute http(s) URL with no query or fragment, e.g. https://cid.example.com | cid-nestjs-gateway/integrations/integrations.service.ts:638 |
gw-d5b2009f | Unsupported base currency: ${…} | cid-nestjs-gateway/common/fx/fx-rates.service.ts:168 |
gw-d637a6e5 | Model '${…}' not found for provider '${…}' | cid-nestjs-gateway/chat/chat.service.ts:141 |
gw-d6653ebe | itsm_ref_url must be an absolute http(s) URL | cid-nestjs-gateway/compliance/findings/compliance-findings.service.ts:353 |
gw-d6feabaa | Governance asset not found | cid-nestjs-gateway/governance/governance.service.ts:145cid-nestjs-gateway/governance/governance.service.ts:207cid-nestjs-gateway/governance/governance.service.ts:441cid-nestjs-gateway/governance/governance.service.ts:572 |
gw-d8200482 | certificate is not valid before ${…} | cid-nestjs-gateway/certificates/certificates.service.ts:128 |
gw-d895d0fc | Duplicate entry id ${…} in the import payload; nothing was written | cid-nestjs-gateway/llm-review/services/attack-knowledge.service.ts:246 |
gw-da70369d | config.url must be an http(s) URL | cid-nestjs-gateway/integrations/integrations.service.ts:764 |
gw-daa24760 | Your AI access is not locked | cid-nestjs-gateway/llm-review/services/unlock-request.service.ts:134 |
gw-dda824d1 | That repository is not readable without credentials, and an https clone URL cannot use a deploy key. Use an ssh URL (git@host:org/repo.git) so a key can be generated, or put a token in the https URL. | cid-nestjs-gateway/repo-connector/repo-connector.service.ts:118 |
gw-de6e0e63 | Select at least one finding to analyze | cid-nestjs-gateway/repo-connector/services/finding-analysis.service.ts:64 |
gw-e037a846 | The model did not produce a filter definition. It said: ${…} | cid-nestjs-gateway/filters/services/filter-draft.service.ts:279 |
gw-e14811da | API key has expired | cid-nestjs-gateway/api-keys/api-keys.service.ts:419 |
gw-e149c487 | Tenant group "${…}" is the sync target of ${…} directory sync scope${…} (${…}). Re-point ${…} at another group, or clear the mapping, before deleting this group. | cid-nestjs-gateway/tenant-groups/tenant-groups.service.ts:270 |
gw-e14ec014 | not a hostname or IPv4 address: ${…} | cid-nestjs-gateway/certificates/certificates.service.ts:209 |
gw-e27bb7cd | Directory authentication is unavailable | cid-nestjs-gateway/auth/auth.service.ts:189 |
gw-e322a9f7 | name can only contain letters, numbers, underscores, and hyphens | cid-nestjs-gateway/tenants/dto/create-tenant.dto.ts:17cid-nestjs-gateway/tenants/dto/update-tenant.dto.ts:16 |
gw-e4955339 | The filter configuration changed after this preview was taken. Re-run the preview and confirm the new diff. | cid-nestjs-gateway/filters/import-export/filter-import.service.ts:814 |
gw-e4a766ec | offset mismatch | cid-nestjs-gateway/system-update/system-update.service.ts:121 |
gw-e4e8dc82 | Unknown baseline "${…}" | cid-nestjs-gateway/filters/import-export/baseline-catalog.service.ts:63 |
gw-e6084a2b | No active credential found for tenant ${…} and provider ${…} | cid-nestjs-gateway/chat/services/credential-resolver.service.ts:72 |
gw-e613f1f1 | '${…}' must be between ${…} and ${…} (got ${…}). | cid-nestjs-gateway/governance/governance-policy.service.ts:227 |
gw-e71a1997 | '${…}' must be a number. | cid-nestjs-gateway/governance/governance-policy.service.ts:219 |
gw-e77944ce | Tenant is outside your scope | cid-nestjs-gateway/browser-extension/services/admin-events.service.ts:50cid-nestjs-gateway/browser-extension/services/ai-usage.service.ts:429 |
gw-e7cc82cb | a host reconcile is already pending (${…}${…}); wait for it to finish | cid-nestjs-gateway/certificates/certificates.service.ts:226 |
gw-e839c344 | Missing agent API key | cid-nestjs-gateway/endpoint-agent/endpoint-agent.controller.ts:61 |
gw-e84fea1e | Out of scope for this tenant | cid-nestjs-gateway/common/scope/tenant-scope.service.ts:213cid-nestjs-gateway/common/scope/tenant-scope.service.ts:221cid-nestjs-gateway/guardrails/overrides/filter-overrides.controller.ts:88 |
gw-e875e972 | Redacted document not available. The document may not have required redaction. | cid-nestjs-gateway/document-analysis/services/document-analysis-orchestrator.service.ts:1511 |
gw-e89a3876 | API key must be assigned to either a tenant or a tenant group, but not both | cid-nestjs-gateway/api-keys/api-keys.service.ts:113 |
gw-e9ed541a | tenant_id is required; the appliance-wide policy is switched off with PUT bulk_enabled=false, not deleted | cid-nestjs-gateway/guardrails/escalation/detection-escalation.controller.ts:93 |
gw-e9f2d69f | The '${…}' role exists but cannot be assigned yet. Its capabilities are not enforced by the API, so an account holding it would be refused everywhere. | cid-nestjs-gateway/rbac/role-assignment.service.ts:121 |
gw-eab8a500 | Invalid fine_structure: ${…} | cid-nestjs-gateway/compliance/compliance.service.ts:1057 |
gw-ec907583 | denied.${…} must be an array of roles | cid-nestjs-gateway/rbac/capability-access.service.ts:251cid-nestjs-gateway/rbac/page-access.service.ts:300 |
gw-ecf2e7d9 | this appliance has no root CA yet | cid-nestjs-gateway/certificates/certificates.controller.ts:84 |
gw-ed0f0042 | Test group not found | cid-nestjs-gateway/filter-testing/filter-testing.service.ts:366 |
gw-ed3f42d3 | Output filter '${…}' version '${…}' not found | cid-nestjs-gateway/chat/filters/output/output-filter.factory.ts:42 |
gw-ee9d4c24 | detection_ref must look like "<source>:<uuid>" | cid-nestjs-gateway/compliance/findings/dto/compliance-finding.dto.ts:33 |
gw-efb756c0 | invalid CIDR: ${…} (expected IPv4 like 10.0.5.42 or 10.0.5.0/24) | cid-nestjs-gateway/inline-proxy-inspect/attribution-admin.controller.ts:228 |
gw-f0778329 | Failed to list benchmarks | cid-nestjs-gateway/filter-testing/services/deepteam-integration.service.ts:275 |
gw-f0c6e5f0 | Repository ${…} is not visible to this connector | cid-nestjs-gateway/repo-connector/repo-connector.service.ts:274 |
gw-f1827370 | manifestUrl required for online install | cid-nestjs-gateway/system-update/system-update.service.ts:176 |
gw-f1cd10c7 | Detection not found | cid-nestjs-gateway/inline-proxy-inspect/all-detections.service.ts:815cid-nestjs-gateway/inline-proxy-inspect/all-detections.service.ts:851cid-nestjs-gateway/inline-proxy-inspect/all-detections.service.ts:894cid-nestjs-gateway/inline-proxy-inspect/all-detections.service.ts:946 |
gw-f4b2ce6a | '${…}' must be true or false. | cid-nestjs-gateway/governance/governance-policy.service.ts:210 |
gw-f53ef064 | Invalid or expired password reset token | cid-nestjs-gateway/auth/auth.service.ts:600 |
gw-f669fbe5 | Bundle failed validation; nothing was imported. | cid-nestjs-gateway/filters/import-export/filter-import.service.ts:807 |
gw-f677dcab | Analysis not found | cid-nestjs-gateway/repo-connector/repo-connector.service.ts:541 |
gw-f73a3965 | scopeId is required when scopeType=tenant_group | cid-nestjs-gateway/filters/import-export/filter-import-export.controller.ts:161 |
gw-f746efec | This feature (${…}) is not included in the installed license tier. Contact your CID representative to upgrade. | cid-nestjs-gateway/license/license-feature.guard.ts:42 |
gw-f87bb56f | Target test group not found | cid-nestjs-gateway/filter-testing/filter-testing.service.ts:300 |
gw-f8a41d98 | Model '${…}' not found | cid-nestjs-gateway/chat/chat.service.ts:158cid-nestjs-gateway/sessions/sessions.service.ts:296 |
gw-f91027cc | '${…}' must be one of: ${…} (got '${…}'). | cid-nestjs-gateway/help/help-settings.service.ts:316 |
gw-f944049e | OCR service unavailable | cid-nestjs-gateway/image-analysis/image-analysis.controller.ts:138cid-nestjs-gateway/image-analysis/image-analysis.controller.ts:172 |
gw-f9500e5e | No settings supplied. Settable keys are: ${…}. | cid-nestjs-gateway/help/help-settings.service.ts:217 |
gw-fb1988df | bundlePath required for bundle install | cid-nestjs-gateway/system-update/system-update.service.ts:167 |
gw-fbbcfa08 | API key does not resolve to a tenant (empty tenant group?) | cid-nestjs-gateway/api-keys/api-keys.service.ts:382 |
gw-fbe5a64a | Snapshot ${…} does not contain parseable JSON; no pack can be built from it | cid-nestjs-gateway/compliance/snapshots/frozen-payload.ts:25 |
gw-fc120fb8 | No active lock ${…} | cid-nestjs-gateway/llm-review/services/unlock-request.service.ts:331 |
gw-fcb26892 | bundle path must be an uploaded bundle | cid-nestjs-gateway/system-update/system-update.service.ts:302 |
gw-fd6fdb51 | Document analysis service is temporarily unavailable | cid-nestjs-gateway/document-analysis/document-analysis.controller.ts:229 |
gw-fda9895c | Too many attestation requests | cid-nestjs-gateway/browser-extension/controllers/attestation.controller.ts:86 |
gw-ff3c871b | Failed to render regulations PDF: ${…} | cid-nestjs-gateway/compliance/compliance.controller.ts:432 |
gw-ff9bfdfd | The analyst is already running an analysis. | cid-nestjs-gateway/risk-analysis/services/analysis-run.service.ts:545 |
gw-ffcf4c9d | Filter group '${…}' has no active filters | cid-nestjs-gateway/filter-testing/filter-testing.service.ts:455 |
gw-ffe8059c | Output filter group with ID ${…} not found | cid-nestjs-gateway/output-filters/output-filters.service.ts:125cid-nestjs-gateway/output-filters/output-filters.service.ts:137cid-nestjs-gateway/output-filters/output-filters.service.ts:161cid-nestjs-gateway/output-filters/output-filters.service.ts:184 |
First-boot setup wizard (13)
| Id | Message | Where |
|---|---|---|
setup-016ab30b | a host reconcile is already pending; wait for it to finish | cid-nestjs-gateway/setup/setup.service.ts:358 |
setup-41b8f8aa | cannot complete: required steps are missing | cid-nestjs-gateway/setup/setup.controller.ts:273 |
setup-63fe4f66 | provider_id or code is required | cid-nestjs-gateway/setup/setup.controller.ts:179 |
setup-76cd4f46 | mode must be one of ${…} | cid-nestjs-gateway/setup/setup.service.ts:355 |
setup-7c36d409 | Appliance setup is not complete. Finish first-boot setup to use the product. | cid-nestjs-gateway/setup/setup.guard.ts:53 |
setup-7d11d6c0 | default tenant-group '${…}' not found | cid-nestjs-gateway/setup/setup.service.ts:185 |
setup-8b8d169a | mode must be 'connected' or 'air_gapped' | cid-nestjs-gateway/setup/setup.controller.ts:220 |
setup-8c0870ec | provider_id and api_key are required | cid-nestjs-gateway/setup/setup.controller.ts:127 |
setup-905c8133 | could not create the Claude Code group | cid-nestjs-gateway/setup/setup.service.ts:115 |
setup-96a1e89f | setup already complete | cid-nestjs-gateway/setup/setup.controller.ts:124cid-nestjs-gateway/setup/setup.controller.ts:58 |
setup-c1cbc38c | username and a password (min 8 chars) are required | cid-nestjs-gateway/setup/setup.controller.ts:64 |
setup-c2f341d1 | a proxy URL is required when "behind a proxy" is enabled | cid-nestjs-gateway/setup/setup.service.ts:214 |
setup-e9f80156 | an account already exists | cid-nestjs-gateway/setup/setup.controller.ts:61 |
Dashboard (English UI strings) (222)
| Id | Message | Where |
|---|---|---|
dash-001f79f6 | Error activating users | cid-dashboard/src/i18n/locales/en.json:218 |
dash-0034843a | At least one pattern in this filter fails to compile, so it is not protecting anything. Open Patterns to fix it. | cid-dashboard/src/i18n/locales/en.json:2210 |
dash-028725ed | Failure Reason | cid-dashboard/src/i18n/locales/en.json:779 |
dash-03ab2754 | Your provider keys are saved but unreachable — check egress/firewall, or use the Test action on the Credentials page. | cid-dashboard/src/i18n/locales/en.json:1973 |
dash-05cd93fb | Denied — the lock stays in place. | cid-dashboard/src/i18n/locales/en.json:3361 |
dash-088effd4 | Failed to create API key | cid-dashboard/src/i18n/locales/en.json:297 |
dash-08f15818 | Lock / warn / clear, all time | cid-dashboard/src/i18n/locales/en.json:3413 |
dash-098d698e | No result arrived before the deadline. | cid-dashboard/src/i18n/locales/en.json:3376 |
dash-09c6f261 | Retention policy unavailable | cid-dashboard/src/i18n/locales/en.json:681 |
dash-0c6f0976 | {{completed}} completed, {{failed}} failed | cid-dashboard/src/i18n/locales/en.json:878 |
dash-0c8f3cfa | Error loading credentials. Please try again. | cid-dashboard/src/i18n/locales/en.json:294 |
dash-0ca92f47 | Invalid credentials | cid-dashboard/src/i18n/locales/en.json:59 |
dash-0cf19402 | Provider cannot be changed after creation | cid-dashboard/src/i18n/locales/en.json:425 |
dash-0f591af7 | Test failed to run | cid-dashboard/src/i18n/locales/en.json:465 |
dash-0fe45bf9 | This bundle cannot be applied | cid-dashboard/src/i18n/locales/en.json:2332 |
dash-11c8735b | Rejected | cid-dashboard/src/i18n/locales/en.json:1330cid-dashboard/src/i18n/locales/en.json:1427 |
dash-1386acc9 | Could not load usage data | cid-dashboard/src/i18n/locales/en.json:120 |
dash-14e97e92 | and every repository tracked through it will be removed, along with their findings and stored analyses. The credentials are not recoverable afterwards. This cannot be undone. | cid-dashboard/src/i18n/locales/en.json:2383 |
dash-152e861e | Warning! | cid-dashboard/src/i18n/locales/en.json:273 |
dash-1684ae19 | Failed to render PDF | cid-dashboard/src/i18n/locales/en.json:1062 |
dash-16e6f506 | Provider unreachable | cid-dashboard/src/i18n/locales/en.json:449 |
dash-18bef666 | The analyst could not tie every claim in its reasoning back to a detection or a tool result. A lock verdict is downgraded to a warning in this state — read the reasoning before acting on it. | cid-dashboard/src/i18n/locales/en.json:3432 |
dash-19a80a31 | Discovery failed: {{message}} | cid-dashboard/src/i18n/locales/en.json:2958 |
dash-1aab3ae8 | The decision was not recorded. | cid-dashboard/src/i18n/locales/en.json:888 |
dash-1bc9e143 | Unable to load DeepTeam runs. The backend service may be unavailable. | cid-dashboard/src/i18n/locales/en.json:294 |
dash-1c368fc9 | Expired {{days}} day(s) ago and running on the grace period. Chat, the proxy and inspection stop when grace runs out — install a renewal now. | cid-dashboard/src/i18n/locales/en.json:1943 |
dash-1c6d700d | Failed to create test case: | cid-dashboard/src/i18n/locales/en.json:1069 |
dash-1d5182ce | Something went wrong on our end | cid-dashboard/src/i18n/locales/en.json:583 |
dash-1e41fc78 | Timed out | cid-dashboard/src/i18n/locales/en.json:3352 |
dash-1e7cd287 | Rates must be greater than zero. | cid-dashboard/src/i18n/locales/en.json:1005 |
dash-20c8917c | Failed to create output filter | cid-dashboard/src/i18n/locales/en.json:2458 |
dash-286977ac | Failed to update pseudonymization for all filters | cid-dashboard/src/i18n/locales/en.json:2456 |
dash-287fb9f9 | Error deactivating users | cid-dashboard/src/i18n/locales/en.json:219 |
dash-28ecff04 | Benchmark polling timed out. The test may still be running in the background. Check the run history for updates. | cid-dashboard/src/i18n/locales/en.json:891 |
dash-2d54cd4c | Try Again | cid-dashboard/src/i18n/locales/en.json:585 |
dash-2ef3f11a | The page you're looking for doesn't exist | cid-dashboard/src/i18n/locales/en.json:579 |
dash-2f456cbe | Invalid URL | cid-dashboard/src/i18n/locales/en.json:635 |
dash-313650f0 | Export failed — {{reason}} | cid-dashboard/src/i18n/locales/en.json:4359 |
dash-322d34d3 | Test Run Failed | cid-dashboard/src/i18n/locales/en.json:1107 |
dash-326bb39a | This provider has no reachable credential — the model is listed but calls will fail. Add or test a credential under Credentials. | cid-dashboard/src/i18n/locales/en.json:1790 |
dash-33145bbb | {{masked}} masked · {{rejected}} rejected | cid-dashboard/src/i18n/locales/en.json:1868 |
dash-34619fbf | Your role does not include this action. Ask an administrator if you need it. | cid-dashboard/src/i18n/locales/en.json:587 |
dash-3578253b | Failed to delete tenant | cid-dashboard/src/i18n/locales/en.json:299 |
dash-3618947c | Failed to read ZIP file | cid-dashboard/src/i18n/locales/en.json:992 |
dash-36764742 | Filter groups not mapped to any engine: {{groups}}. Their filters cannot make an engine run — check the mapping before relying on these switches. | cid-dashboard/src/i18n/locales/en.json:1885 |
dash-367cccbc | The request failed. Try again — if it keeps failing, check that the gateway is reachable. | cid-dashboard/src/i18n/locales/en.json:189 |
dash-391eb56b | Failed to update pattern | cid-dashboard/src/i18n/locales/en.json:2470 |
dash-397b59ff | Are you sure you want to delete this DeepTeam benchmark run? This will also delete all associated results. This action cannot be undone. | cid-dashboard/src/i18n/locales/en.json:793 |
dash-3a4e129a | Could not save the escalation policy | cid-dashboard/src/i18n/locales/en.json:888 |
dash-3a77d15d | Page Not Found | cid-dashboard/src/i18n/locales/en.json:578 |
dash-3ac4546a | After this, the review is marked timed out | cid-dashboard/src/i18n/locales/en.json:3508 |
dash-3b5faea4 | Which sessions had the most rejected messages this week? | cid-dashboard/src/i18n/locales/en.json:3564 |
dash-3b91fec2 | The analyst failed while reasoning. | cid-dashboard/src/i18n/locales/en.json:3372 |
dash-3c8b8978 | Failed to update pseudonymization setting | cid-dashboard/src/i18n/locales/en.json:2455 |
dash-3c8dffa1 | Failed checks: {{rules}} | cid-dashboard/src/i18n/locales/en.json:3691 |
dash-401e6792 | Run failed | cid-dashboard/src/i18n/locales/en.json:980 |
dash-415a5f9c | {{count}} referenced articles are not defined in the regulation catalogue, so their coverage cannot be measured. | cid-dashboard/src/i18n/locales/en.json:1496 |
dash-41c0e50d | Failed to save OCR settings | cid-dashboard/src/i18n/locales/en.json:1392 |
dash-48c4ee82 | Error | cid-dashboard/src/i18n/locales/en.json:4cid-dashboard/src/i18n/locales/en.json:678 |
dash-4911066a | invalid | cid-dashboard/src/i18n/locales/en.json:1005 |
dash-49ca8c44 | Failed to remove filter override | cid-dashboard/src/i18n/locales/en.json:2466 |
dash-4a58c80d | Failed to regenerate API key | cid-dashboard/src/i18n/locales/en.json:554 |
dash-4a627790 | Error Code | cid-dashboard/src/i18n/locales/en.json:715 |
dash-4b0fbd5f | Failed to update filter | cid-dashboard/src/i18n/locales/en.json:298 |
dash-4cb72b00 | Preview failed | cid-dashboard/src/i18n/locales/en.json:2474 |
dash-4d7a16ee | Last error | cid-dashboard/src/i18n/locales/en.json:3810 |
dash-4febf308 | Benchmark failed: {{error}} | cid-dashboard/src/i18n/locales/en.json:888 |
dash-507d2753 | Whole number, 2 or more | cid-dashboard/src/i18n/locales/en.json:1005 |
dash-5130f457 | Are you sure you want to delete this filter? This action cannot be undone. | cid-dashboard/src/i18n/locales/en.json:1943 |
dash-51a64859 | Failed to add pattern | cid-dashboard/src/i18n/locales/en.json:2468 |
dash-53204288 | Failed to create group: | cid-dashboard/src/i18n/locales/en.json:1089 |
dash-532ca6b8 | Failed to load run details | cid-dashboard/src/i18n/locales/en.json:989 |
dash-538cf649 | Server Error | cid-dashboard/src/i18n/locales/en.json:582 |
dash-540f8651 | Invalid format | cid-dashboard/src/i18n/locales/en.json:637 |
dash-55bc92f6 | What it cannot show | cid-dashboard/src/i18n/locales/en.json:1537 |
dash-57d983b5 | Error loading test runs | cid-dashboard/src/i18n/locales/en.json:1141 |
dash-57dca045 | Security events — blocks, auth failures, errors | cid-dashboard/src/i18n/locales/en.json:3792 |
dash-5b8f94cd | Whatever this pattern was catching will pass through to the provider from the next request onwards. This cannot be undone. | cid-dashboard/src/i18n/locales/en.json:2383 |
dash-5bd20f7f | Error loading tenants. Please try again. | cid-dashboard/src/i18n/locales/en.json:294 |
dash-5bea72f4 | Assignment cannot be changed after creation | cid-dashboard/src/i18n/locales/en.json:429 |
dash-5bf2b10c | {{count}} sections cannot be filled from this record and are listed as evidence gaps. | cid-dashboard/src/i18n/locales/en.json:1554 |
dash-5c946e87 | Failed to load simulation | cid-dashboard/src/i18n/locales/en.json:1558 |
dash-5dca17ef | Failed to update tenant group | cid-dashboard/src/i18n/locales/en.json:298 |
dash-600c6978 | The reviewer reads these cards with every review and cites them by id. A disabled entry leaves its prompt on the next refresh — which is how a card that over-fires is withdrawn, and why it is a toggle rather than a delete. Cards marked Official restate MITRE ATLAS, OWASP or deepteam: they cannot be edited or removed here, and a correction to one ships as a new payload. | cid-dashboard/src/i18n/locales/en.json:3266 |
dash-606ebcf6 | Failure Reasons | cid-dashboard/src/i18n/locales/en.json:825 |
dash-609ecc72 | {{count}} warning — these entries will be skipped | cid-dashboard/src/i18n/locales/en.json:2333 |
dash-61d3af5e | Access denied | cid-dashboard/src/i18n/locales/en.json:120cid-dashboard/src/i18n/locales/en.json:4006 |
dash-61f3cfee | Warn | cid-dashboard/src/i18n/locales/en.json:2190 |
dash-6250a0e5 | Failed | cid-dashboard/src/i18n/locales/en.json:3536cid-dashboard/src/i18n/locales/en.json:3623cid-dashboard/src/i18n/locales/en.json:4057cid-dashboard/src/i18n/locales/en.json:888 |
dash-66acfbec | Unreachable ✗ | cid-dashboard/src/i18n/locales/en.json:448 |
dash-66c2d462 | The risk analyst could not be reached. | cid-dashboard/src/i18n/locales/en.json:448 |
dash-68482bb6 | Failed to update tenant | cid-dashboard/src/i18n/locales/en.json:298 |
dash-69ca98f8 | Failed to remove member from group | cid-dashboard/src/i18n/locales/en.json:367 |
dash-6a08254f | Every card comes back in the order it ships in, and the arrangement you made is discarded. This cannot be undone. | cid-dashboard/src/i18n/locales/en.json:170 |
dash-6a325190 | Your role does not include this page. If you reached it from a link or a bookmark, it belongs to a role you don't hold. | cid-dashboard/src/i18n/locales/en.json:189 |
dash-6ae89ab9 | Test run failed: {{error}} | cid-dashboard/src/i18n/locales/en.json:980 |
dash-6b7bcea6 | Could not promote this review | cid-dashboard/src/i18n/locales/en.json:888 |
dash-6c14d666 | Not available — this role cannot use the page even if you tick it | cid-dashboard/src/i18n/locales/en.json:2680 |
dash-6d4c52d6 | {{refused}} left alone — somebody wrote those cards here, and an id collision is not a reason to replace them. {{ids}} | cid-dashboard/src/i18n/locales/en.json:3323 |
dash-6ebe5cf5 | The dossier could not be produced. Try the JSON if the PDF refuses. | cid-dashboard/src/i18n/locales/en.json:888 |
dash-6ef4c69c | Creates missing groups, filters and patterns. Never changes existing actions or on/off switches. | cid-dashboard/src/i18n/locales/en.json:2349 |
dash-6f624816 | Unreachable: {{error}} | cid-dashboard/src/i18n/locales/en.json:448 |
dash-71e2c97d | The report could not be rendered, so it was never compared against the record. The download will refuse until it can be. | cid-dashboard/src/i18n/locales/en.json:1534 |
dash-72d8636b | {{count}} file(s) invalid | cid-dashboard/src/i18n/locales/en.json:1001cid-dashboard/src/i18n/locales/en.json:1002 |
dash-74ea5054 | Failed to update credential | cid-dashboard/src/i18n/locales/en.json:298 |
dash-763f88d1 | Failed to create filter | cid-dashboard/src/i18n/locales/en.json:297 |
dash-769a2e04 | You cannot see every member of this group — these figures describe part of the team. | cid-dashboard/src/i18n/locales/en.json:1697 |
dash-782a5e94 | The analysis did not start. | cid-dashboard/src/i18n/locales/en.json:888 |
dash-785ceacc | Errors | cid-dashboard/src/i18n/locales/en.json:577 |
dash-7addd5c9 | Failed to delete output filter | cid-dashboard/src/i18n/locales/en.json:2462 |
dash-7e36ad2c | Rate editing is unavailable on this deployment — totals stay in EUR. | cid-dashboard/src/i18n/locales/en.json:1385 |
dash-800103dc | An unexpected error occurred during the test run. | cid-dashboard/src/i18n/locales/en.json:1108 |
dash-82b84222 | An error occurred while loading data. Please try again. | cid-dashboard/src/i18n/locales/en.json:189 |
dash-83d4c2f8 | Invalid email address | cid-dashboard/src/i18n/locales/en.json:624 |
dash-845679fc | Error: {{error}} | cid-dashboard/src/i18n/locales/en.json:2651 |
dash-86bd7224 | Failed to delete run: | cid-dashboard/src/i18n/locales/en.json:1064 |
dash-872be67c | Failed to update API key | cid-dashboard/src/i18n/locales/en.json:298 |
dash-889b3955 | Failed to save filter override | cid-dashboard/src/i18n/locales/en.json:2464 |
dash-88efec36 | {{partial}} short of the floor (half credit) · {{failed}} failing · {{untested}} of {{total}} untested and excluded from the score | cid-dashboard/src/i18n/locales/en.json:1705 |
dash-88f50d97 | On timeout | cid-dashboard/src/i18n/locales/en.json:3509 |
dash-8a47dcbb | Invalid ID | cid-dashboard/src/i18n/locales/en.json:636 |
dash-8ad974cd | Unreachable | cid-dashboard/src/i18n/locales/en.json:2645 |
dash-8c44509d | Submitting now assigns an owner and leaves the asset Unclassified — the missing-profile finding stays open. | cid-dashboard/src/i18n/locales/en.json:3111 |
dash-8e70ef97 | What happens when the analyst is slow or unreachable, and which language it writes its reasoning in. | cid-dashboard/src/i18n/locales/en.json:3506 |
dash-8e96210b | Failed to create credential | cid-dashboard/src/i18n/locales/en.json:297 |
dash-8eba2b0c | Failed to load policy impact | cid-dashboard/src/i18n/locales/en.json:1558 |
dash-8f7d6616 | Missing risk profile | cid-dashboard/src/i18n/locales/en.json:3140 |
dash-90006288 | Please fix JSON errors before submitting | cid-dashboard/src/i18n/locales/en.json:1010 |
dash-90420e06 | Failed to start benchmark: | cid-dashboard/src/i18n/locales/en.json:895 |
dash-94a63d37 | This will permanently delete this conversation and all its messages. This action cannot be undone. | cid-dashboard/src/i18n/locales/en.json:2383 |
dash-94bb054c | Failed to start tests: | cid-dashboard/src/i18n/locales/en.json:895 |
dash-972f3e12 | A help question is never rejected, whatever this is set to — the strictest outcome is that values are masked before the question is sent. | cid-dashboard/src/i18n/locales/en.json:4011 |
dash-98f9a8a0 | Are you sure you want to delete this test run? This will also delete all associated test results. This action cannot be undone. | cid-dashboard/src/i18n/locales/en.json:793 |
dash-99421f0a | Failed to clear cache | cid-dashboard/src/i18n/locales/en.json:2453 |
dash-9a144e70 | Failed to copy to clipboard | cid-dashboard/src/i18n/locales/en.json:511 |
dash-9ac2d802 | Missing owner | cid-dashboard/src/i18n/locales/en.json:3139 |
dash-9b976e2c | a backlog stopped moving | cid-dashboard/src/i18n/locales/en.json:3833 |
dash-9e1230b8 | Failed to load OCR engines. The OCR service may be unavailable. | cid-dashboard/src/i18n/locales/en.json:294 |
dash-9ea790f6 | Failed to delete tenant group | cid-dashboard/src/i18n/locales/en.json:299 |
dash-a09af353 | Your CID licence is not valid | cid-dashboard/src/i18n/locales/en.json:120 |
dash-a1e8fdd3 | Not included in this installation’s licence package. Contact your CID222 representative to add it. | cid-dashboard/src/i18n/locales/en.json:590 |
dash-a21a8d54 | {{count}} errors | cid-dashboard/src/i18n/locales/en.json:1101cid-dashboard/src/i18n/locales/en.json:1102 |
dash-a5fce0d1 | A previous request was declined. You can send another. | cid-dashboard/src/i18n/locales/en.json:3361 |
dash-a69842ad | This permanently deletes the {{count}} selected test case(s). This cannot be undone. | cid-dashboard/src/i18n/locales/en.json:1177cid-dashboard/src/i18n/locales/en.json:1178 |
dash-a6c9e6aa | Failed to create tenant | cid-dashboard/src/i18n/locales/en.json:297 |
dash-a73e4c31 | Failed to add member to group | cid-dashboard/src/i18n/locales/en.json:365 |
dash-a78218b7 | {{count}} failed | cid-dashboard/src/i18n/locales/en.json:1099cid-dashboard/src/i18n/locales/en.json:1100 |
dash-a99f23ce | Import failed | cid-dashboard/src/i18n/locales/en.json:2476 |
dash-aa0476b9 | from the system. This cannot be undone. | cid-dashboard/src/i18n/locales/en.json:270 |
dash-ac740635 | Unauthorized | cid-dashboard/src/i18n/locales/en.json:580 |
dash-aeca6dcf | Directory answered only partly — {{imported}} imported, {{updated}} updated, nothing removed. {{warning}} | cid-dashboard/src/i18n/locales/en.json:2656 |
dash-afc7a53a | The grace period is over and the product is blocked. Install a renewal to restore chat, the proxy and inspection — administration stays available. | cid-dashboard/src/i18n/locales/en.json:1943 |
dash-b266c7a8 | Timeout (ms) | cid-dashboard/src/i18n/locales/en.json:3376 |
dash-b2ea0135 | Go to Home | cid-dashboard/src/i18n/locales/en.json:584 |
dash-b31bebd8 | Error inviting users | cid-dashboard/src/i18n/locales/en.json:223 |
dash-b4866540 | Error loading data. Please try again. | cid-dashboard/src/i18n/locales/en.json:586 |
dash-b5026215 | Failed to create test cases: | cid-dashboard/src/i18n/locales/en.json:1075 |
dash-b5ae8da5 | The installed licence failed verification — wrong installation, bad signature, or the system clock has moved backwards. The product is blocked until it is replaced. | cid-dashboard/src/i18n/locales/en.json:1943 |
dash-b64807c2 | Back to home | cid-dashboard/src/i18n/locales/en.json:595 |
dash-b95c8acb | Access Forbidden | cid-dashboard/src/i18n/locales/en.json:120 |
dash-b9acc2f0 | Scorecard PDF export failed | cid-dashboard/src/i18n/locales/en.json:1669 |
dash-b9b8f7bd | Go back | cid-dashboard/src/i18n/locales/en.json:594 |
dash-ba376745 | Failed (7 days) | cid-dashboard/src/i18n/locales/en.json:799 |
dash-bcac8eb7 | the collector kept refusing delivery | cid-dashboard/src/i18n/locales/en.json:3846 |
dash-bcc9d331 | Report rejected | cid-dashboard/src/i18n/locales/en.json:3672 |
dash-bf9d033b | Error loading groups. Please try again. | cid-dashboard/src/i18n/locales/en.json:294 |
dash-c00a6bcd | {{count}} pattern in this filter cannot be compiled and is protecting nothing: {{names}} | cid-dashboard/src/i18n/locales/en.json:2372 |
dash-c05ef14b | Error Information | cid-dashboard/src/i18n/locales/en.json:714 |
dash-c1519be5 | This scan ran degraded — an analyzer was unavailable. Treat the result as unknown, not as clean. | cid-dashboard/src/i18n/locales/en.json:2551 |
dash-c4ac1951 | PDF export failed: {{error}} | cid-dashboard/src/i18n/locales/en.json:1063 |
dash-c5982cbc | Failed to delete test group: | cid-dashboard/src/i18n/locales/en.json:1091 |
dash-c63b3ea4 | Your CID licence has expired | cid-dashboard/src/i18n/locales/en.json:120 |
dash-c6d1b723 | Could not apply | cid-dashboard/src/i18n/locales/en.json:888 |
dash-c6e32530 | Failed to generate reset link | cid-dashboard/src/i18n/locales/en.json:244 |
dash-c9d15ac8 | Capture failed. | cid-dashboard/src/i18n/locales/en.json:1513 |
dash-cc9f3280 | Export failed | cid-dashboard/src/i18n/locales/en.json:2477cid-dashboard/src/i18n/locales/en.json:888 |
dash-d2710796 | Detections the gateway neutralised before they reached the model — masked or rejected, counted, not projected. | cid-dashboard/src/i18n/locales/en.json:121 |
dash-d32f8cb0 | Failed to update output filter | cid-dashboard/src/i18n/locales/en.json:2460 |
dash-d357fcc9 | Directory sign-in is temporarily unavailable — the directory server could not be reached. This is not a problem with your password. | cid-dashboard/src/i18n/locales/en.json:67 |
dash-d4b6ea23 | Unknown error | cid-dashboard/src/i18n/locales/en.json:982 |
dash-d5e167fc | Failed to delete test case: | cid-dashboard/src/i18n/locales/en.json:1077 |
dash-d7657a64 | No tenant carries this seat email, so activity cannot be attributed to a CID user. Set the tenant's contact_email to link them. | cid-dashboard/src/i18n/locales/en.json:2091 |
dash-da3065b1 | Failed to cleanup logs | cid-dashboard/src/i18n/locales/en.json:742 |
dash-da7fee58 | Someone else changed page access while this screen was open. The table has been reloaded with their change — review it and save again. | cid-dashboard/src/i18n/locales/en.json:2684 |
dash-db3a4da8 | Structurally zero: the exporter advances its cursor only after a successful send, so a failed batch is retried rather than skipped. A destination that is not receiving events shows a growing lag, never a drop count. | cid-dashboard/src/i18n/locales/en.json:3841 |
dash-dcc0e5ea | Repository hosts this deployment can read. Credentials are encrypted at rest and cannot be read back. | cid-dashboard/src/i18n/locales/en.json:189 |
dash-dd477cb5 | Masked and rejected detections were neutralised by the guardrails. Only flagged content still carries exposure — the amber tail of each bar below. | cid-dashboard/src/i18n/locales/en.json:1820 |
dash-dec71f89 | Failed to delete pattern | cid-dashboard/src/i18n/locales/en.json:2472 |
dash-dee2d0dd | You don't have permission to access this page | cid-dashboard/src/i18n/locales/en.json:581 |
dash-e2ab3eaa | Failed to revoke API key | cid-dashboard/src/i18n/locales/en.json:553 |
dash-e2b7206f | Could not change the engine | cid-dashboard/src/i18n/locales/en.json:888 |
dash-e2d6f0eb | Benchmark failed | cid-dashboard/src/i18n/locales/en.json:892cid-dashboard/src/i18n/locales/en.json:933 |
dash-e4ce1ffb | Denied | cid-dashboard/src/i18n/locales/en.json:3361 |
dash-e5f96e97 | Failed to update test cases: | cid-dashboard/src/i18n/locales/en.json:1085 |
dash-e6504fb2 | Error Message | cid-dashboard/src/i18n/locales/en.json:826 |
dash-e8d55352 | {{mitigated}} of {{total}} detections · {{masked}} masked, {{rejected}} rejected, {{flagged}} flagged only | cid-dashboard/src/i18n/locales/en.json:1703 |
dash-e8d9e486 | Failed to delete credential | cid-dashboard/src/i18n/locales/en.json:299 |
dash-e9dfbeec | Failed to delete test cases: | cid-dashboard/src/i18n/locales/en.json:1081 |
dash-ea233c69 | Observation alone never goes above Limited. High and Unacceptable are legal classifications with duties attached, and a hostname in a log cannot make that claim. When traffic suggests more than the declaration does, the result is a mismatch finding for a human — never a silent promotion. | cid-dashboard/src/i18n/locales/en.json:3026 |
dash-eb7ea6d5 | Failed to delete filter | cid-dashboard/src/i18n/locales/en.json:299 |
dash-ebdf21b2 | Credential saved but unreachable: {{error}} | cid-dashboard/src/i18n/locales/en.json:459 |
dash-eda885e0 | Why this decision was made, and what the record is missing | cid-dashboard/src/i18n/locales/en.json:121 |
dash-edb7611d | The pack was not produced. Open "What's inside" to see why. | cid-dashboard/src/i18n/locales/en.json:888 |
dash-edbceffb | This permanently deletes "{{name}}". This cannot be undone. | cid-dashboard/src/i18n/locales/en.json:1174 |
dash-ef868fa4 | A verdict with no reasoning behind it. Warning is the default: the attempts are real, but locking on silence is a false-positive landmine. | cid-dashboard/src/i18n/locales/en.json:3510 |
dash-f11e5763 | Failed to create test group: | cid-dashboard/src/i18n/locales/en.json:1087 |
dash-f1c05fc8 | Something went wrong | cid-dashboard/src/i18n/locales/en.json:120 |
dash-f29fa6fe | This runs the retention policy and permanently deletes rows past their category window. This action cannot be undone. | cid-dashboard/src/i18n/locales/en.json:693 |
dash-f2ac763a | Errors (7 days) | cid-dashboard/src/i18n/locales/en.json:800 |
dash-f382fc3c | Are you sure you want to delete this output filter? This action cannot be undone. | cid-dashboard/src/i18n/locales/en.json:2265 |
dash-f448e99b | Fail | cid-dashboard/src/i18n/locales/en.json:835 |
dash-f47b770e | This action cannot be undone. | cid-dashboard/src/i18n/locales/en.json:288 |
dash-f62a316a | Failed to create tenant group | cid-dashboard/src/i18n/locales/en.json:297 |
dash-f8e43be8 | Untested controls are excluded — a control nothing exercised has not been shown to hold. A control inside the band just under its floor counts as half: neither "held" nor "failed" is true of it, and half is a stated convention, not a measurement. | cid-dashboard/src/i18n/locales/en.json:1700 |
dash-f8f7ab4e | Import refused | cid-dashboard/src/i18n/locales/en.json:2476 |
dash-f94760da | {{count}} patterns in this filter cannot be compiled and are protecting nothing: {{names}} | cid-dashboard/src/i18n/locales/en.json:2373 |
dash-f98b3045 | This role does not use the chat — an auditor reviews the estate rather than adding traffic to it. | cid-dashboard/src/i18n/locales/en.json:588 |
dash-fada65ae | Completed reports whose own checks failed | cid-dashboard/src/i18n/locales/en.json:3656 |
dash-fc7cb217 | Directory sign-in fails and group membership stays frozen until it returns. Content policy and enforcement are unaffected — they never consult the directory. | cid-dashboard/src/i18n/locales/en.json:2648 |
dash-fdac3635 | This appliance’s licence has expired — chat, the proxy and inspection are blocked. An administrator can install a renewal under Settings → License. | cid-dashboard/src/i18n/locales/en.json:589 |
dash-fdf68fb7 | Residual risk after guardrails plus what-if targets on {{count}} regulations. Masked and rejected content was neutralised; only flagged content still carries exposure. | cid-dashboard/src/i18n/locales/en.json:1821 |
dash-fe0acff4 | An unexpected error occurred during the benchmark. | cid-dashboard/src/i18n/locales/en.json:934 |
ISO / OVA installer and first-boot scripts (50)
| Id | Message | Where |
|---|---|---|
iso-0545b664 | not set — this OVA will NOT be able to update, and cannot | appliance/ova/build-bundle.sh:97 |
iso-071c6a6e | HTTPS sidecar FAILED — last lines of its output: | appliance/iso/target/cid-appliance-firstboot.sh:612 |
iso-083bfc75 | public DNS is unreachable too — pinning $reg to $REGISTRY_FALLBACK_IP in /etc/hosts | appliance/iso/target/cid-appliance-firstboot.sh:197 |
iso-1bbed618 | pulling missing release image: $ref | appliance/ova/cid-stack-up.sh:37 |
iso-1ccc150f | cannot log in to $REG — the indented line above is docker's own message | appliance/iso/target/cid-appliance-firstboot.sh:518 |
iso-1d9a5709 | FATAL: console admin missing | appliance/ova/harden-access.sh:71 |
iso-1dc9bbdb | clock is not synchronised (now $(date -u +%FT%TZ)) — if the registry login fails on a certificate error, this is why | appliance/iso/target/cid-appliance-firstboot.sh:264 |
iso-20aee03a | secret generation failed | appliance/iso/target/cid-appliance-firstboot.sh:471 |
iso-236ce5a7 | provisioned. Reach it at https://<vm-ip>/ (one-time certificate warning until the appliance CA is trusted) -> setup wizard. | appliance/ova/provision.sh:117 |
iso-2817971c | pull ${ref##*/} failed (${kind}, attempt ${n}/${PULL_TRIES:-3}) — retrying in ${delay}s | appliance/iso/target/cid-appliance-firstboot.sh:169 |
iso-3421fc56 | unfilled bundle placeholders in .env: $unfilled — an online ISO cannot pull its images; rebuild the bundle with CID_CHANNEL_TOKEN / CID_REGISTRY_USER / CID_REGISTRY_PASS set | appliance/iso/build-iso.sh:137 |
iso-3d58ef06 | $reg resolves but HTTPS to it will not connect — this network blocks outbound 443 to it, or a proxy/TLS-inspection device sits in the way. Note that Ubuntu's own mirrors use port 80, so apt can work while this fails. Allow direct HTTPS to $reg, then reboot. | appliance/iso/target/cid-appliance-firstboot.sh:185 |
iso-460b8f7e | $name: STUCK-IN-INITRAMFS — missing root-disk driver | appliance/ova/test-ova-boot-matrix.sh:58 |
iso-4762995d | registry login FAILED (online updates may not pull) | appliance/ova/cid-stack-up.sh:20 |
iso-4774b99c | WARNING: CID_CHANNEL_TOKEN / CID_REGISTRY_USER / CID_REGISTRY_PASS | appliance/ova/build-bundle.sh:96 |
iso-4a5405c5 | docker load failed for $t | appliance/iso/target/cid-appliance-firstboot.sh:491 |
iso-4b53b316 | FATAL: cannot read password file $PASSFILE | appliance/ova/harden-access.sh:33 |
iso-4d4c4bc4 | the registry rejected this appliance's credentials while pulling ${ref##*/} — this install media is stale or its account was revoked; ask your CID222 contact for current media | appliance/iso/target/cid-appliance-firstboot.sh:158 |
iso-57a9f5dc | $name: OVERLAY-FAIL | appliance/ova/test-ova-boot-matrix.sh:47 |
iso-5edcb464 | FATAL: docker load failed for $t | appliance/ova/provision.sh:42 |
iso-63f749cc | frontend container not found — run install.sh first and let it start | appliance/iso/install-https.sh:49 |
iso-66ba95bc | docker load reported an error for $t | appliance/iso/target/cid-appliance-firstboot.sh:492 |
iso-6a70029e | FATAL: $must*.deb missing from $OUT | appliance/iso/fetch-debs.sh:39 |
iso-7a86f302 | images gate: not found: $ENVF | appliance/ova/check-images-env.sh:19appliance/ova/check-images-env.sh:20 |
iso-7e129b4c | proxy passthrough key registration failed (proxy calls may 401) | appliance/ova/cid-stack-up.sh:121 |
iso-7e4bea34 | console UI install FAILED — last lines of its output: | appliance/iso/target/cid-appliance-firstboot.sh:455 |
iso-7f2a9181 | verification: $f missing from the ISO | appliance/iso/build-iso.sh:165 |
iso-7fc6a106 | WARNING: HTTPS front not up — run: sudo bash /opt/cid/tls-tools/https-front.sh | appliance/ova/provision.sh:116 |
iso-7fdedc70 | images.env fails the gate | appliance/iso/build-iso.sh:83 |
iso-87aa6202 | HTTPS ready -> https://$HOSTID/ (browser shows a one-time self-signed warning: Advanced -> Proceed) | appliance/iso/install-https.sh:54 |
iso-91b631da | WARN: could not pull $ref (updates may fail rollback-safety) | appliance/ova/cid-stack-up.sh:38 |
iso-9e24abd3 | MATRIX FAILED — do not ship. Serial logs in $WORK | appliance/ova/test-ova-boot-matrix.sh:72 |
iso-a46649a9 | FATAL: docker load reported an error for $t | appliance/ova/provision.sh:43 |
iso-a8dd6a35 | this network's DNS cannot resolve $reg — routing that domain to public resolvers | appliance/iso/target/cid-appliance-firstboot.sh:188 |
iso-aab9560b | xorriso failed | appliance/iso/build-iso.sh:159 |
iso-ab352966 | cannot resolve $reg with this network's DNS, with public resolvers, or from a pinned address. Fix DNS (F2 on the console sets one), then reboot. | appliance/iso/target/cid-appliance-firstboot.sh:206 |
iso-b02a77b2 | docker install failed | appliance/iso/target/cid-appliance-firstboot.sh:389 |
iso-b5b1f49c | access hardening FAILED — do not export this image | appliance/ova/harden-access.sh:74 |
iso-b7fd0ae5 | update-ca-certificates failed — the certificates may not be trusted | appliance/iso/target/cid-appliance-firstboot.sh:129 |
iso-c14f0f7f | $label failed (attempt $n/$tries) — retrying in ${delay}s | appliance/iso/target/cid-appliance-firstboot.sh:277 |
iso-c1dbd934 | FATAL: compose references undefined image vars:$missing | appliance/ova/build-bundle.sh:159 |
iso-cc263d17 | single streams and extra retries are enabled below; if this site cannot do ~2 MB/s, ask for the air-gap ISO instead | appliance/iso/target/cid-appliance-firstboot.sh:324 |
iso-d243f457 | the previous attempt stopped here: $reason | appliance/iso/target/cid-appliance-firstboot.sh:221 |
iso-d6f794e1 | this machine has ${ram_mb} MB of RAM — the appliance cannot run below 6 GB and is designed for 16 GB. Power it off, raise the memory, and boot again. | appliance/iso/target/cid-appliance-firstboot.sh:243 |
iso-dc95a732 | the registry rejected this appliance's credentials — this install media is stale or its account was revoked; ask your CID222 contact for current media | appliance/iso/target/cid-appliance-firstboot.sh:510 |
iso-df1fd83a | FATAL: cannot read $SRC | appliance/ova/make-vmware-ova.sh:42 |
iso-e6464755 | $name: PANIC — missing root-disk driver for this controller | appliance/ova/test-ova-boot-matrix.sh:56 |
iso-ecf1b9e3 | WARNING: unfilled placeholders ($unfilled) — fine for airgap (offline bundles), no online updates | appliance/iso/build-iso.sh:138 |
iso-f58cbeaa | (a bundle without it ships a deployment mode that cannot start) | appliance/ova/build-bundle.sh:171 |
iso-f5dab1aa | WARN: CID_DEEP_VERIFY set but qemu-img not found — skipped inflate check | appliance/ova/make-vmware-ova.sh:225 |
Host agent and offline updater (28)
| Id | Message | Where |
|---|---|---|
host-0555d2fd | refusing path-traversal member: {member.name} | appliance/updater/cid_update.py:415 |
host-093a3439 | still missing after pull ({why}): {names} | cid-host-agent/migrations/m0005_images_complete.py:43 |
host-128d9757 | [test] injected failure at {point} | appliance/updater/cid_update.py:234 |
host-14e84e67 | health gate timed out; unhealthy: {', '.join(bad)} | appliance/updater/cid_update.py:1087 |
host-169d5b15 | host write failed: {host_path}: {res.stderr.decode(errors='replace')[-400:]} | cid-host-agent/hostexec.py:151 |
host-2befdb27 | error: {e} | appliance/updater/cid_update.py:1879 |
host-2ff16aaa | docker pull failed for {svc} after {PULL_ATTEMPTS} attempts: {last} | appliance/updater/cid_update.py:494 |
host-403587f6 | migration dry-run failed: {e} | appliance/updater/cid_update.py:1284 |
host-453f3b20 | bundle not found: {bundle} | appliance/updater/cid_update.py:1436appliance/updater/cid_update.py:1516 |
host-47c7bf75 | manifest missing required field: {key} | appliance/updater/cid_update.py:370 |
host-4a771aa9 | cannot record migrations: postgres is not running | appliance/updater/cid_update.py:1666 |
host-520590f9 | current-release images are missing (rollback would be impossible): | appliance/updater/cid_update.py:1384 |
host-65106d8e | [host-agent] diagnostics: docker {' '.join(args[:2])} failed: {e} | cid-host-agent/diagnostics_host.py:387 |
host-82dc9d20 | trust anchor missing: {CID_PUBKEY} (and no *.pem in {CID_PUBKEY_DIR} | appliance/updater/cid_update.py:325 |
host-9a30c324 | cannot determine own image (container {cid}): {res.stderr.strip()} | cid-host-agent/hostexec.py:50 |
host-a893d024 | functional smoke FAILED (exit {res.returncode}): {detail} | appliance/updater/cid_update.py:1621 |
host-b23c32f4 | compose file missing from release: {compose['file']} | appliance/updater/cid_update.py:392 |
host-b8620646 | manifest signature verification FAILED against all | appliance/updater/cid_update.py:344 |
host-c69e1744 | command failed ({res.returncode}): {' '.join(cmd)}\n{err} | appliance/updater/cid_update.py:212 |
host-c8f9b681 | pre-flight check '{probe['id']}' refused this update: | appliance/updater/cid_update.py:742 |
host-dda45c6e | bundle missing images.tar / images.tar.zst | appliance/updater/cid_update.py:513 |
host-e434de3b | pgdata snapshot missing: {snap} | appliance/updater/cid_update.py:1235 |
host-e6cf100e | cannot jump from {cur} to {new}: this release requires at least | appliance/updater/cid_update.py:380 |
host-e889f206 | [host-agent] diagnostics pass failed ({self.failures}): {e} | cid-host-agent/diagnostics_host.py:512 |
host-e8caa0ac | migration missing from release: {m['file']} | appliance/updater/cid_update.py:398 |
host-e9120136 | host command failed ({res.returncode}): {cmd}\n{out[-800:]} | cid-host-agent/hostexec.py:86 |
host-f1750e63 | refusing downgrade: current {cur} > target {new} | appliance/updater/cid_update.py:385 |
host-f306bd6d | signature missing: {sig_path} | appliance/updater/cid_update.py:322 |