INPInvalidJSONError
public struct INPInvalidJSONError : InPlayerError
Invalid JSON Error
-
Declaration
Swift
public var code: Int -
Declaration
Swift
public var message: String? -
Declaration
Swift
public var errorList: [String]? -
Declaration
Swift
public var originalError: Error -
Declaration
Swift
public init(code: Int, message: String?, errorList: [String]?, error: Error)
View on GitHub
INPInvalidJSONError Structure Reference