Table of Contents

Class GrpcStatusCodeMap

Namespace
Virtufin.Api.Services
Assembly
Virtufin.Api.dll

Translates StatusCode into the gateway's own GrpcCallStatusCodes vocabulary, so one condition yields one string regardless of whether the gateway or the backend produced it.

public static class GrpcStatusCodeMap
Inheritance
GrpcStatusCodeMap
Inherited Members

Methods

ToGatewayStatus(StatusCode)

public static string ToGatewayStatus(StatusCode statusCode)

Parameters

statusCode StatusCode

Returns

string