Structure
MultipartParserError.ErrorType
The kind of failure a
MultipartParserError describes.struct ErrorType
Topics
Instance Properties
var description: StringThe name of this error type.
Type Properties
static let backingSequenceError: MultipartParserError.ErrorTypeTheAsyncSequencesupplying the message threw an error.static let invalidBody: MultipartParserError.ErrorTypeA part’s body could not be parsed.static let invalidBoundary: MultipartParserError.ErrorTypeThe message did not begin with the expected boundary.static let invalidHeader: MultipartParserError.ErrorTypeA part’s header fields could not be parsed.static let unexpectedEndOfFile: MultipartParserError.ErrorTypeThe message ended while a part was still being parsed.
Relationships
Conforms To
Swift.CustomStringConvertibleSwift.EquatableSwift.SendableSwift.SendableMetatype