-ifndef(RES_HRL). -define(RES_HRL, true). -record(ok, { data :: term() }). -record(error, { data :: term() }). -endif.