Class BackgroundErrorInfo
- Namespace
- RocksDbNet
- Assembly
- RocksDb.Net.dll
Information about a background error.
public sealed record BackgroundErrorInfo : IEquatable<BackgroundErrorInfo>
- Inheritance
-
BackgroundErrorInfo
- Implements
- Inherited Members
Constructors
BackgroundErrorInfo(BackgroundErrorReason, string?)
Information about a background error.
public BackgroundErrorInfo(BackgroundErrorReason Reason, string? Message)
Parameters
ReasonBackgroundErrorReasonMessagestring
Properties
Message
public string? Message { get; init; }
Property Value
Reason
public BackgroundErrorReason Reason { get; init; }