Beispiel #1
0
func IsNetworkError(attempt request.Attempt) bool {
	return attempt != nil && attempt.GetError() != nil
}