nn::fs::ResultNotEnoughSpace Class

Syntax

class ResultNotEnoughSpace

Description

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.

Revision History

2010/10/30
Initial version.

CONFIDENTIAL