log Network Error
public abstract void logNetworkError( @NonNull() String url, @NonNull() String httpMethod, long startTime, long endTime, String errorType, String errorMessage, String traceId, @Nullable() NetworkCaptureData networkCaptureData)
Content copied to clipboard
Logs an exception which occurred when attempting to make a network call.
Parameters
url
the URL being called
http Method
the HTTP method
start Time
the start time of the request
end Time
the end time of the request
error Type
the type of error being thrown
error Message
the error message
trace Id
optional trace ID that can be used to trace a particular request
network Capture Data
the additional data captured if network body capture is enabled for the URL