Search
Define the Status struct with desc, id and text key required
@type t() :: %Status{code: integer(), desc: String.t(), text: atom()}