Errors that can be returned when working with MVF bundles.
Note that the MVF package uses SafeTypes, meaning functions that can error return a Result<T, E> object, which contains either the value or the error.
Errors that can be returned when working with MVF bundles.
Note that the MVF package uses SafeTypes, meaning functions that can error return a Result<T, E> object, which contains either the value or the error.
See