Error Set StreamDelimiterLimitError [src]
Errors
The delimiter was not found within the limit.
Source
pub const StreamDelimiterLimitError = error{
ReadFailed,
WriteFailed,
/// The delimiter was not found within the limit.
StreamTooLong,
}