Structured error type for Ratex compiler errors.
Error Types
:option_error- The provided options for a given function were malformed
Summary
Types
@type error_type() :: :option_error
@type t() :: %Ratex.Error{ __exception__: true, message: String.t(), type: error_type() }