Home
last modified time | relevance | path

Searched refs:GetMetadataExceptionStatusMsg (Results 1 – 1 of 1) sorted by relevance

/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DNativeMetadataCredentialsPlugin.cs30 … const string GetMetadataExceptionStatusMsg = "Exception occurred in metadata credentials plugin."; field in Grpc.Core.Internal.NativeMetadataCredentialsPlugin
31 …const string GetMetadataExceptionLogMsg = GetMetadataExceptionStatusMsg + " This is likely not a p…
90 string detail = GetMetadataExceptionStatusMsg + " " + e.ToString(); in GetMetadataAsync()