Table of Contents

Class IpcErrorFactory

Namespace
NLightning.Daemon.Services.Ipc.Factories
Assembly
NLightning.Daemon.dll
public static class IpcErrorFactory
Inheritance
IpcErrorFactory
Inherited Members

Methods

CreateErrorEnvelope(IpcEnvelope, string, string)

public static IpcEnvelope CreateErrorEnvelope(IpcEnvelope originalEnvelope, string errorCode, string errorMessage)

Parameters

originalEnvelope IpcEnvelope
errorCode string
errorMessage string

Returns

IpcEnvelope