FMPUtils.Parser.Error

Description

The FMPUtils.Parser.Error enumeration is used to determine a request error.

enum FMPUtils.Parser.Error : Equatable

Available Values

Value Description
error
case error(code: String, description: String)
unknownError
case unknownError

Properties

Property Description
code Error code.
var code: String { get }	
description Error description.
var description: String { get }

See also:

FMPWrapper Framework | Enumeration