SOLO-5042
FileCopyFailedSoloError — System
FileCopyFailedSoloError
| Code | SOLO-5042 |
| Category | System |
| Ownership | Infrastructure |
| Retryable | No |
Description
Thrown when a file copy operation fails; the underlying failure is wrapped in cause. solo copies files between local paths and pods during setup, so this means the copy did not complete — for example the source was unreadable, the destination was not writable, or the connection dropped.
Troubleshooting Steps
- Check solo logs: tail -n 100 ~/.solo/logs/solo.log
- Verify the source file exists and is readable
- Check that the destination directory exists and is writable
- Verify sufficient disk space is available