MultipartFormDataEncodingError

public enum MultipartFormDataEncodingError : Error

Any errors thrown while encoding multipart/form-data infomation will conform to this.

  • Failed to unwrap character set name from encoding type.

    Declaration

    Swift

    case characterSetName
  • Failed to encode a name.

    Declaration

    Swift

    case name(String)
  • Failed to encode a value.

    Declaration

    Swift

    case value(String, name: String)