Searched refs:GetMetadataExceptionStatusMsg (Results 1 – 1 of 1) sorted by relevance
30 … const string GetMetadataExceptionStatusMsg = "Exception occurred in metadata credentials plugin."; field in Grpc.Core.Internal.NativeMetadataCredentialsPlugin31 …const string GetMetadataExceptionLogMsg = GetMetadataExceptionStatusMsg + " This is likely not a p…90 string detail = GetMetadataExceptionStatusMsg + " " + e.ToString(); in GetMetadataAsync()