{"record":{"id":"eb8c38d425d4e642","repo":"nikivdev/code","slug":"some-project-env-vars-exist-but-are-not-shared-wit","errorCode":null,"errorMessage":"Some project env vars exist but are not shared with this device: {}. Re-save them from a device with access, or register this device's sealer and re-share them.","messagePattern":"Some project env vars exist but are not shared with this device: (.+?)\\. Re-save them from a device with access, or register this device's sealer and re-share them\\.","errorType":"exception","errorClass":null,"httpStatus":null,"severity":"error","filePath":"src/env.rs","lineNumber":1740,"sourceCode":"        project_name,\n        environment,\n        &legacy_keys,\n        api_url,\n        token,\n        client,\n    )?;\n    for (key, value) in legacy.vars {\n        entries.vars.entry(key).or_insert(value);\n    }\n    for (key, description) in legacy.descriptions {\n        entries.descriptions.entry(key).or_insert(description);\n    }\n\n    inaccessible_keys.retain(|key| !entries.vars.contains_key(key));\n    inaccessible_keys.sort();\n    inaccessible_keys.dedup();\n    if !inaccessible_keys.is_empty() {\n        bail!(\n            \"Some project env vars exist but are not shared with this device: {}. Re-save them from a device with access, or register this device's sealer and re-share them.\",\n            inaccessible_keys.join(\", \")\n        );\n    }\n\n    Ok(entries)\n}\n\nfn write_project_cloud_env_entries(\n    project_name: &str,\n    environment: &str,\n    vars: &HashMap<String, String>,\n    descriptions: &HashMap<String, String>,\n    api_url: &str,\n    token: &str,\n    client: &reqwest::blocking::Client,\n) -> Result<bool> {\n    if vars.is_empty() {","sourceCodeStart":1722,"sourceCodeEnd":1758,"githubUrl":"https://github.com/nikivdev/code/blob/a747e741ae92c09071d0ae946ab48488adcff1ce/src/env.rs#L1722-L1758","documentation":"Error \"Some project env vars exist but are not shared with this device: {}. Re-save them from a device with access, or register this device's sealer and re-share them.\" thrown in nikivdev/code.","triggerScenarios":"Thrown at src/env.rs:1740 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":[],"exampleFix":null,"handlingStrategy":null,"validationCode":null,"typeGuard":null,"tryCatchPattern":null,"preventionTips":[],"tags":[],"backgroundTag":null,"analyzedSha":"a747e741ae92c09071d0ae946ab48488adcff1ce","analyzedAt":"2026-09-01T22:43:55.719Z","contentChangedAt":null,"schemaVersion":2},"datasetVersion":"2026-09-08T10:18:20.063Z"}