Copyright © 2011 Erlware, LLC.
Authors: Eric Merritt (ericbmerritt@gmail.com).
| do/1 | parse all the configs currently specified in the state, populating the state as a result. |
| format_error/1 | |
| load_terms/2 |
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(Reason::term()) -> iolist()
load_terms(InvalidTerm::term(), Error::{ok, rlx_state:t()} | relx:error()) -> {ok, rlx_state:t()} | relx:error()
Generated by EDoc, Jan 1 2017, 17:30:49.