Error codes for failures while reading or writing binary streams.
Synopsis
Declared in <llvm/Support/BinaryStreamError.h>
enum class stream_error_code : int;
Members
Name |
Description |
|
An unspecified stream error occurred. |
|
The stream does not contain enough bytes for the requested operation. |
|
The buffer size is not a multiple of the array element size. |
|
The specified offset is outside the bounds of the stream. |
|
An I/O error occurred on the underlying file system. |
Created with MrDocs