Skip to content

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

Type Method

missingField(_:)

Creates an error indicating a missing required field.
static func missingField(_ field: String) -> ContentDisposition.Error

Parameters

field

The name of the missing field.

Return Value

An error instance.