| Previous | Next |
| ERROR_CLIENT_SERVER_PARAMETERS_INVALID | ERROR_STACK_OVERFLOW_READ |
ERROR_NOT_TINY_STREAM
What ERROR_NOT_TINY_STREAM means
This is an implementation-level status associated with legacy object-file storage behavior. It indicates that an optimization-specific path does not apply and a larger-stream path is needed.
Where it appears
- legacy OFS or structured storage internals
- file-system code selecting stream allocation strategies
- compatibility analysis of old storage components
Likely causes
- stream size exceeds the tiny representation
- metadata already converted to another layout
- caller selected the wrong internal operation
Evidence to collect
- stream size and allocation metadata
- file-system and component version
- operation that expected the tiny format
- preceding conversion or growth events
How to respond
Route processing through the normal or large-stream implementation and preserve the existing data representation. User-mode applications should not attempt to edit internal allocation metadata.
References
Looking for a different code? Search another status or error code.