{"record":{"id":"3650849f8698a770","repo":"openai/codex","slug":"thread-store-conflict-message","errorCode":null,"errorMessage":"thread-store conflict: {message}","messagePattern":"thread-store conflict: (.+?)","errorType":"exception","errorClass":"ThreadStoreError","httpStatus":null,"severity":"error","filePath":"codex-rs/thread-store/src/error.rs","lineNumber":36,"sourceCode":"/// Error type shared by thread-store implementations.\n#[derive(Debug, thiserror::Error)]\npub enum ThreadStoreError {\n    /// The requested thread does not exist in this store.\n    #[error(\"thread {thread_id} not found\")]\n    ThreadNotFound {\n        /// Thread id requested by the caller.\n        thread_id: ThreadId,\n    },\n\n    /// The caller supplied invalid request data.\n    #[error(\"invalid thread-store request: {message}\")]\n    InvalidRequest {\n        /// User-facing explanation of the invalid request.\n        message: String,\n    },\n\n    /// The operation conflicted with current store state.\n    #[error(\"thread-store conflict: {message}\")]\n    Conflict {\n        /// User-facing explanation of the conflict.\n        message: String,\n    },\n\n    /// The store implementation does not support this operation yet.\n    #[error(\"thread-store unsupported operation: {operation}\")]\n    Unsupported {\n        /// Stable operation name for callers that need to map unsupported operations.\n        operation: &'static str,\n    },\n\n    /// Catch-all for implementation failures that do not fit a more specific category.\n    #[error(\"thread-store internal error: {message}\")]\n    Internal {\n        /// User-facing explanation of the implementation failure.\n        message: String,\n    },","sourceCodeStart":18,"sourceCodeEnd":54,"githubUrl":"https://github.com/openai/codex/blob/339751715c64496cb86246bfb3935f40e309dd3d/codex-rs/thread-store/src/error.rs#L18-L54","documentation":"Error \"thread-store conflict: {message}\" thrown in openai/codex.","triggerScenarios":"Thrown at codex-rs/thread-store/src/error.rs:36 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":"339751715c64496cb86246bfb3935f40e309dd3d","analyzedAt":"2026-08-25T05:35:09.876Z","schemaVersion":2},"datasetVersion":"2026-08-25T06:17:31.827Z"}