Aria 2.0.0
C++23 MVVM framework (C++20 minimum) — reactive, coroutine-first, ABI-layered
Loading...
Searching...
No Matches
aria::binding::ConversionError Class Reference

Thrown by built-in Converter::to_model when the user-provided string cannot be parsed into the target Model type. More...

#include <converter.hpp>

Inheritance diagram for aria::binding::ConversionError:
[legend]

Detailed Description

Thrown by built-in Converter::to_model when the user-provided string cannot be parsed into the target Model type.

Binding-engine setters route this exception through the unified callback-boundary channel (category "binding.converter") and do not write a default-constructed value into the Model — the previous text remains authoritative.


The documentation for this class was generated from the following file: