Skip to content

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.