Errors
public enum Errors : Error
Errors generated by the auth module
-
Thrown when trying to use auth before executing configure method
Declaration
Swift
case serviceNotConfigured -
Thrown when Auth config is missing in mobile-services.json
Declaration
Swift
case noServiceConfigurationFound -
Thrown when no user is logged in
Declaration
Swift
case noLoggedInUserError -
Thrown when no idenity token
Declaration
Swift
case noIdentityTokenError
Errors Enumeration Reference