BoxAPIError
public class BoxAPIError : BoxSDKError
Describes API request related errors.
-
The components that make up a description of a BoxRequest
Declaration
Swift
public var request: BoxRequestDescription? -
The components that make up a description of a BoxResponse
Declaration
Swift
public var response: BoxResponseDescription? -
Get a dictionary representing BoxAPIError
Declaration
Swift
override public func getDictionary() -> [String : Any]
BoxAPIError Class Reference