SOLO-4011

OutputDirectoryNotSpecifiedSoloError — Validation

OutputDirectoryNotSpecifiedSoloError

CodeSOLO-4011
CategoryValidation
OwnershipUser
RetryableNo

Description

Thrown when an output directory is required but --output-dir was not set. solo exports context data to this directory, so this means the flag must be provided.

Troubleshooting Steps

  1. Provide the output directory: solo node –output-dir
  2. Run with –help to see required flags: solo node –help