HyperwalletAuthenticationErrorType
public enum HyperwalletAuthenticationErrorType : LocalizedError
                The HyperwalletAuthenticationErrorType is the authentication error type returned By Hyperwallet SDK.
- 
                  
                  
- expired: Returned when the authenticated session is expired
 
Declaration
Swift
case expired(_: String) - 
                  
                  
- unexpected: Returned when an unexpected behavior happened.
 
Declaration
Swift
case unexpected(_: String) - 
                  
                  
Gets the AuthenticationErrorType error message
Declaration
Swift
public func message() -> StringReturn Value
An error message detail
 
            View on GitHub