UploadWriteFailed
public class UploadWriteFailed : CustomStringConvertible, JSONRepresentable
The UploadWriteFailed struct
-
The reason why the file couldn’t be saved.
Declaration
Swift
public let reason: Files.WriteError -
The upload session ID; data has already been uploaded to the corresponding upload session and this ID may be used to retry the commit with uploadSessionFinish.
Declaration
Swift
public let uploadSessionId: String -
Declaration
Swift
public var description: String { get }
View on GitHub
UploadWriteFailed Class Reference