go
io_error
official
true
io.ErrShortWrite
ID: go/io-errshortwrite
80%Fix Rate
95%Confidence
0Evidence
Version Compatibility
| Version | Status | Introduced | Deprecated | Notes |
|---|---|---|---|---|
| 1.x | active | — | — | — |
Root Cause
Write accepted fewer bytes than the buffer length. The writer is in an inconsistent state.
generic