haXe API Documentation
Back |
Indexenum neko.io.Error
Available in neko
The possible IO errors that can occur
- Overflow
- An operation is outside of its valid range
- Custom(e : Dynamic)
- Other errors
- Closed
- An operation has occured while the Input or Output has already been closed
- Blocked
- The IO is set into nonblocking mode and some data cannot be read or written
Back |
Index