Site icon EfmSoft

What does NTSTATUS 0xC0000226 (STATUS_NOT_TINY_STREAM) mean?

 
Previous Next
STATUS_NOT_FOUND STATUS_RECOVERY_FAILURE

STATUS_NOT_TINY_STREAM

The operation applies only to a tiny stream

STATUS_NOT_TINY_STREAM indicates that the target stream does not use the compact or “tiny” representation expected by the requested operation. Its data may have crossed a size threshold, been converted to another storage form, or never qualified for the specialized path.

Caller guidance

Implementation concern

Code that caches the stream class can race with growth or conversion. Keep representation checks and the dependent operation under the synchronization required by the storage subsystem.

References


Looking for a different code? Search another status or error code.

Exit mobile version