Files
ResInsight/ApplicationLibCode/FileInterface
Kristian Bendiksen d87a0d3048 Refactor RifFormationNamesReader to return std::expected
Replace the QString* errorMessage out-parameter with std::expected<RigFormationNames, QString> in RifFormationNamesReader, and propagate the pattern to RimFormationNames::readFormationNamesFile() which now returns std::expected<void, QString>.

Fatal errors (file cannot be opened, FMU line-parse failure) return std::unexpected. Malformed .lyr lines are still skipped so the rest of the file loads, with warnings logged via RiaLogging instead of collected in the out-parameter. RimFormationNamesCollection::readAllFormationNames() now logs errors it previously discarded.
2026-08-05 16:03:42 +02:00
..
2023-10-03 09:04:08 +02:00
2024-10-28 13:09:18 +01:00
2026-02-13 14:35:52 +01:00
2024-10-29 18:17:31 +01:00
2025-09-26 10:26:43 +02:00
2023-04-23 08:10:28 +02:00