Module rlx_config

A module that provides config parsing and support to the system.

Copyright © 2011 Erlware, LLC.

Authors: Eric Merritt (ericbmerritt@gmail.com).

Description

A module that provides config parsing and support to the system

Function Index

do/1parse all the configs currently specified in the state, populating the state as a result.
format_error/1
load_terms/2

Function Details

do/1

do(State::rlx_state:t()) -> {ok, rlx_state:t()} | relx:error()

parse all the configs currently specified in the state, populating the state as a result.

format_error/1

format_error(Reason::term()) -> iolist()

load_terms/2

load_terms(InvalidTerm::term(), Error::{ok, rlx_state:t()} | relx:error()) -> {ok, rlx_state:t()} | relx:error()


Generated by EDoc, Jan 3 2024, 14:59:09.