```doc # Error ``` protocol Error, as: do def message(self: Self): String defs raise(error: Error): Any, as: do Outrun.NIF.error_raise(error) end end