Table of Contents

Class TuiJsonErrors

Namespace
Terminal.Gui.Configuration
Assembly
Terminal.Gui.dll

Collects JSON load errors from MEC sources so they can be printed at shutdown instead of failing fast (the v2 contract).

public static class TuiJsonErrors
Inheritance
TuiJsonErrors
Inherited Members

Methods

Add(string)

Adds a load-error message. Ignored if message is empty.

GetErrors()

Gets a snapshot of collected errors.

Print()

Writes collected errors via Logging and clears the list.