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 -
Liveness quality cannot be estimated
Declaration
Swift
case livenessQualityError -
Liveness predicted as fake
Declaration
Swift
case livenessPredictionFakeError -
Conntection error
Declaration
Swift
case livenessConnectionError
NetworkingError Enumeration Reference