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
IsSuccess
Gets a value indicating whether this response indicates a successful operation.
bool IsSuccess { get; }