Error Set StreamDelimiterLimitError [src]

Errors

ReadFailed
StreamTooLong

The delimiter was not found within the limit.

WriteFailed

Source

pub const StreamDelimiterLimitError = error{ ReadFailed, WriteFailed, /// The delimiter was not found within the limit. StreamTooLong, }