This indicates an error from an I/O operation.
As this could be almost anything (such as a file read, network connection, etc),
the error message is a string.
Depending on how this ends up being consumed,
we may consider moving this to use the wasi:io/error
type instead.
For simplicity right now in supporting multiple implementations, it is being left as a string.