Table of Contents

Class BatchFailedEvent

Namespace
NArk.Abstractions.Batches.ServerEvents
Assembly
NArk.Abstractions.dll

Server aborted the batch. Reason describes why.

public record BatchFailedEvent : BatchEvent, IEquatable<BatchEvent>, IEquatable<BatchFailedEvent>
Inheritance
BatchFailedEvent
Implements
Inherited Members

Constructors

BatchFailedEvent(string, string)

Server aborted the batch. Reason describes why.

public BatchFailedEvent(string Id, string Reason)

Parameters

Id string
Reason string

Properties

Id

public string Id { get; init; }

Property Value

string

Reason

public string Reason { get; init; }

Property Value

string