-
public class HttpTaskErrorMessageBuilderBuilds the error message string for the request listener when an HTTP task fails with HttpException. Includes exception details (cause chain, latency) and optional device network state from AFNetworkManager.getTroubleshootingData. Called only for HttpException.
-
-
Field Summary
Fields Modifier and Type Field Description public final static HttpTaskErrorMessageBuilderINSTANCE
-
Method Summary
Modifier and Type Method Description final static Stringbuild(HttpException error, AFNetworkManager deviceNetworkManager)Builds the full error message for the request listener: exception part plus optional network troubleshooting data when deviceNetworkManager is non-null. -
-
Method Detail
-
build
final static String build(HttpException error, AFNetworkManager deviceNetworkManager)
Builds the full error message for the request listener: exception part plus optional network troubleshooting data when deviceNetworkManager is non-null.
-
-
-
-