Type Method
backingSequenceError(reason:)
The
AsyncSequence supplying the message threw an error.static func backingSequenceError(reason: String) -> MultipartParserError
Parameters
reasonA description of the error thrown by the backing sequence.
Return Value
An error instance.
Discussion
The underlying error is not preserved; its description is carried in reason.