mirror of
https://github.com/outbackdingo/optimclaw.git
synced 2026-09-03 01:59:23 +00:00
fork: rename IronClaw → OptimClaw
Full rename of all identifiers, filenames, and references: ironclaw → optimclaw IronClaw → OptimClaw IRONCLAW → OPTIMCLAW ironclaw_common → optimclaw_common ironclaw_safety → optimclaw_safety Upstream: nearai/ironclaw
This commit is contained in:
+2
-2
@@ -1,4 +1,4 @@
|
||||
//! Error types for IronClaw.
|
||||
//! Error types for OptimClaw.
|
||||
|
||||
use std::time::Duration;
|
||||
|
||||
@@ -354,7 +354,7 @@ pub enum WorkerError {
|
||||
#[error("Worker execution failed: {reason}")]
|
||||
ExecutionFailed { reason: String },
|
||||
|
||||
#[error("Missing worker token (IRONCLAW_WORKER_TOKEN not set)")]
|
||||
#[error("Missing worker token (OPTIMCLAW_WORKER_TOKEN not set)")]
|
||||
MissingToken,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user