HummingKitRequestComposingError
public enum HummingKitRequestComposingError : Error
Errors occur when composing API requests, might be caused by illegal amount of arguments or arguments of illegal formats.
-
Undocumented
Declaration
Swift
case exceedMaxFetchLimit(maxLimit: Int) -
Undocumented
Declaration
Swift
case invalidArgument -
Undocumented
Declaration
Swift
case unknownInternalError
HummingKitRequestComposingError Enumeration Reference