Skip to content

You're viewing documentation for a pre-release version. View the latest stable version

Type Method

invalidParameterFormat(_:)

Creates an error indicating a parameter could not be read as a key=value pair.
static func invalidParameterFormat(_ parameter: String) -> ContentDisposition.Error

Parameters

parameter

The malformed parameter found in the header.

Return Value

An error instance.