Table of Contents

Class WalWriteException

Namespace
Typhon.Engine
Assembly
Typhon.Engine.dll

A fatal WAL write I/O failure occurred. The engine cannot accept durable commits after this error (fail-fast per ADR-020). Not transient — requires engine restart.

public class WalWriteException : DurabilityException, ISerializable
Inheritance
WalWriteException
Implements
Inherited Members

Constructors

WalWriteException(Exception)

Creates a new WalWriteException.

public WalWriteException(Exception innerException)

Parameters

innerException Exception

The underlying I/O exception that caused the write failure.