Determines whether the given HTTP statusCode is transient.
statusCode
typedef TransientHttpStatusCodePredicate = bool Function(int statusCode);