Table of Contents

Interface IResponseMessage

Namespace
DotCompute.Abstractions.Messaging
Assembly
DotCompute.Abstractions.dll

Marker interface for response messages.

public interface IResponseMessage : IRingKernelMessage
Inherited Members

Properties

ErrorMessage

Gets an optional error message if the operation failed.

string? ErrorMessage { get; }

Property Value

string

IsSuccess

Gets a value indicating whether this response indicates a successful operation.

bool IsSuccess { get; }

Property Value

bool