SOLO-4002

IllegalArgumentError — Validation

IllegalArgumentError

CodeSOLO-4002
CategoryValidation
OwnershipUser
RetryableNo

Description

Thrown when an argument value is not legal for the operation; the message states the reason, and the offending value is attached. solo validates argument values before using them, so this means a provided value was out of range, malformed, or otherwise unacceptable.

Troubleshooting Steps

  1. An argument has an valid value or format.
  2. Verify the argument value before retrying