defmodule ErrCode do @moduledoc "错误码" def input_error() do "input_error" end def args_not_match() do "args_not_match" end end