SOLO-9012

InjectedFailureSoloError — Internal

InjectedFailureSoloError

CodeSOLO-9012
CategoryInternal
OwnershipSolo
RetryableNo

Description

Deliberately thrown by solo’s fault-injection hook to exercise failure and recovery paths during testing — it does not represent a genuine problem with your network or environment. When the SOLO_FAIL_AFTER_STEP environment variable is set, the orchestrator compares it against each step title and raises this error immediately after the matching step completes; the message names that step. If you encounter it without intending to test fault handling, it means SOLO_FAIL_AFTER_STEP is set in your environment — unset it to stop the injected failure.

Troubleshooting Steps

  1. This error is intended for testing purposes.
  2. If you did not expect to see this error unset your environment variable: SOLO_FAIL_AFTER_STEP