DecodableRequestBuilderError
public enum DecodableRequestBuilderError : Error
-
Declaration
Swift
case emptyDataResponse -
Declaration
Swift
case nilHTTPResponse -
Declaration
Swift
case unsuccessfulHTTPStatusCode -
Declaration
Swift
case jsonDecoding(DecodingError) -
Declaration
Swift
case generalError(Error)
View on GitHub
DecodableRequestBuilderError Enumeration Reference