Packages

A pragmatic approach to error handling in gleam

Current section

Files

Jump to
or_error include or_error_ErrorInfo.hrl
Raw

include/or_error_ErrorInfo.hrl

-record(error_info, {error :: binary(), context :: gleam@option:option(binary())}).