domain_error 1.0.0
domain_error: ^1.0.0 copied to clipboard
Domain errors with Either, Result, and executeSafely for expected errors in Dart applications.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Unreleased #
1.0.0 - 2026-08-30 #
Added #
DomainErrorbase type with a stabletypeIdentifier, optionalmessage,error, andstackTrace.Eitherwithfailureandvaluebranches, plusfold,when, andmap.Result,FutureResult, andFutureOrResultasEitheraliases overDomainError.executeSafelyto catch throws and return aResult.ExecuteSafelyOptionswithmapThrownToError,onError, andonThrown.