Class GrpcCallResponse
public record GrpcCallResponse : IEquatable<GrpcCallResponse>
- Inheritance
-
GrpcCallResponse
- Implements
- Inherited Members
Constructors
GrpcCallResponse(bool, string?, string?, string?)
public GrpcCallResponse(bool Error, string? StatusCode = null, string? Message = null, string? Data = null)
Parameters
Properties
Data
public string? Data { get; init; }
Property Value
Error
public bool Error { get; init; }
Property Value
Message
public string? Message { get; init; }
Property Value
StatusCode
public string? StatusCode { get; init; }