Skip to content

MediaUploadResponse_MediaProcessingInfo_ProcessingError

daneden edited this page Jan 26, 2022 · 2 revisions

MediaUploadResponse.MediaProcessingInfo.ProcessingError

An error associated with media processing

public struct ProcessingError: Codable 

Inheritance

Codable

Properties

code

The status code for this error

public let code: Int

name

The name of the error

public let name: String

message

A longer description of the processing error

public let message: String?
Types
Global Variables
Global Functions
Extensions
Clone this wiki locally