You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// <param name="serviceConfig">An optional service config. A <c>null</c> value indicates that the resolver either didn't retreive a service config or an error occurred. The error must be specified using <paramref name="serviceConfigStatus"/>.</param>
170
-
/// <param name="serviceConfigStatus">A service config status. The status indicates an error retreiveing or parsing the config. The status must not be <see cref="StatusCode.OK"/> if no service config is specified.</param>
169
+
/// <param name="serviceConfig">An optional service config. A <c>null</c> value indicates that the resolver either didn't retrieve a service config or an error occurred. The error must be specified using <paramref name="serviceConfigStatus"/>.</param>
170
+
/// <param name="serviceConfigStatus">A service config status. The status indicates an error retrieving or parsing the config. The status must not be <see cref="StatusCode.OK"/> if no service config is specified.</param>
0 commit comments