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
messageis empty.
- GetErrors()
Gets a snapshot of collected errors.