Package com.appsflyer.internal.components.network.http.exceptions
See: Description
-
Class Summary Class Description ParsingException Custom exception used to distinguish Network errors from JSON parsing exceptions HttpException Custom http exception, which wraps all errrors during http communication (both IOExceptions and unexpected ones) We use it to pass http request metrics in case of error and distinguish from regular IOExceptions.