-
The source could not be encoded to JSON
Declaration
Swift
case sourceEncodingFailed(Error) -
The source could not be decoded from JSON
Declaration
Swift
case sourceDecodingFailed(Error) -
The source could not be added to the map
Declaration
Swift
case addSourceFailed(String?) -
The source could not be retrieved from the map
Declaration
Swift
case getSourceFailed(String?) -
The source property could not be set.
Declaration
Swift
case setSourceProperty(String?) -
The source could not be removed from the map
Declaration
Swift
case removeSourceFailed(String?)
SourceError Enumeration Reference