Protocol
CloudResponse
@objc(FSCloudResponse) public protocol CloudResponse
:nodoc:
Relationships
Types Conforming to CloudResponse
FolderListResponse
This class represents a response obtained from a folder list request.
StoreResponse
This class represents a response obtained from a store request.
Requirements
error
@objc var error: Error?
authURL
@objc var authURL: URL?