Module Errors

Error and warning handling functions for MoneyWise CLI setup

val add_phase_error : Types.phase_result -> string -> Types.phase_result

Mark phase as failed and add error message

val add_phase_warning : Types.phase_result -> string -> Types.phase_result

Add warning message to phase result

val add_detail : Types.phase_result -> string -> Types.phase_result

Add detail message to phase result