Filestack Documentation

Class Store​Response

@objc(FSStoreResponse) public class StoreResponse: NSObject, CloudResponse  

This class represents a response obtained from a store request.

StoreResponse StoreResponse NSObject NSObject StoreResponse->NSObject CloudResponse CloudResponse StoreResponse->CloudResponse

Conforms To

CloudResponse

:nodoc:

NSObject

Properties

contents

@objc public let contents: [String: Any]? 

The contents payload as a dictionary containing details about the operation response.

auth​URL

@objc public let authURL: URL? = nil

A redirect URL to a cloud provider's OAuth page. Typically this is only required internally.

error

@objc public let error: Error? 

An error response. Optional.