NetworkingError
public enum NetworkingError : LocalizedError
Error list of the LunaWeb module.
-
Invalid token.
Declaration
Swift
case invalidToken -
Luna ID error.
Declaration
Swift
case lunaError(code: Int, message: String) -
Networking connection error.
Declaration
Swift
case connectionError(Error) -
Network request error.
Declaration
Swift
case clientError -
Error of the server.
Declaration
Swift
case serverError -
Undocumented
Declaration
Swift
case livenessQualityError -
Undocumented
Declaration
Swift
case livenessPredictionFakeError -
Undocumented
Declaration
Swift
case livenessConnectionError
NetworkingError Enumeration Reference