HyperwalletErrorGroup
public enum HyperwalletErrorGroup : String
Representation of the error type group
-
Returned when a business error is thrown
Declaration
Swift
case business = "BUSINESS_ERROR"
-
Returned when an unexpected error is thrown
Declaration
Swift
case unexpected = "UNEXPECTED_ERROR"
-
Returned when a connection error is thrown
Declaration
Swift
case connection = "CONNECTION_ERROR"
-
Returned when a authentication error is thrown
Declaration
Swift
case authentication = "AUTHENTICATION_ERROR"