Table of Contents

Class GrpcCallResponse

Namespace
Virtufin.Api
Assembly
Virtufin.Api.dll
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

Error bool
StatusCode string
Message string
Data string

Properties

Data

public string? Data { get; init; }

Property Value

string

Error

public bool Error { get; init; }

Property Value

bool

Message

public string? Message { get; init; }

Property Value

string

StatusCode

public string? StatusCode { get; init; }

Property Value

string