Type Method
missingField(_:)
Creates an error indicating a missing required field.
static func missingField(_ field: String) -> ContentDisposition.Error
Parameters
fieldThe name of the missing field.
Return Value
An error instance.
Type Method
static func missingField(_ field: String) -> ContentDisposition.Error
fieldThe name of the missing field.
An error instance.