net10.0-windows7.0
namespace Grpc.Gateway.Runtime
{
public sealed class Error : IBufferMessage, IDeepCloneable<Error>, IMessage, IMessage<Error>, IEquatable<Error>
{
[DebuggerNonUserCode]
public string Error_ { get; set; }
}
}
.NET | 5.06.07.08.09.010.0 |
---|---|
.NET Core | 3.1 |
Information specific to net10.0 | |
Platforms | This API is only available when you target a specific platform: |
Windows | 7.0 |
Information specific to net10.0-windows7.0 | |
Assembly | Microsoft.AspNetCore.Grpc.HttpApi , Version=0.1.0.0, PublicKeyToken=31bf3856ad364e35 |
Referencing | Your project needs a package reference to |
Package | Microsoft.AspNetCore.Grpc.HttpApi (0.1.0-alpha.21317.5) netcoreapp3.1 |
Preview | This API is contained in a prerelease package. |
Platform Restrictions | The property getter is supported on all platforms. The property setter is supported on all platforms. |