nn::fs::ResultNotEnoughSpace Classclass ResultNotEnoughSpace
There is no free space.
This error indicates that there was not enough free space when an attempt was made to create a new archive or file.
If the target was a file, this error can also occur when nn::fs::FileStream::TrySetSize is used to try to increase the size of the file.
If an attempt is made to create a new file and this error is returned, a garbage file may have been created. Be sure to include a deletion process.
CONFIDENTIAL