Click or drag to resize

ErrorResponse Class

The error code and error message sent by the server when an error occurs.
Inheritance Hierarchy
SystemObject
  Grpc.Reflection.V1AlphaErrorResponse

Namespace:  Grpc.Reflection.V1Alpha
Assembly:  Grpc.Reflection (in Grpc.Reflection.dll) Version: 1.2.0-dev
Syntax
public sealed class ErrorResponse : IMessage<ErrorResponse>, 
	IMessage, IEquatable<ErrorResponse>, IDeepCloneable<ErrorResponse>

The ErrorResponse type exposes the following members.

Constructors
  NameDescription
Public methodErrorResponse
Initializes a new instance of the ErrorResponse class
Public methodErrorResponse(ErrorResponse)
Initializes a new instance of the ErrorResponse class
Top
Properties
  NameDescription
Public propertyStatic memberDescriptor
Public propertyErrorCode
This field uses the error codes defined in grpc::StatusCode.
Public propertyErrorMessage
Public propertyStatic memberParser
Top
Methods
Fields
  NameDescription
Public fieldStatic memberErrorCodeFieldNumber
Field number for the "error_code" field.
Public fieldStatic memberErrorMessageFieldNumber
Field number for the "error_message" field.
Top
See Also