From 3a60545091d3075e23c4a7af8c18b3641bb084e2 Mon Sep 17 00:00:00 2001
From: Raimo Niskanen
If a callback function fails or returns a bad value,
- the
@@ -917,7 +919,8 @@ handle_event(_, _, State, Data) ->
- To avoid getting a late reply in the caller's
+ For
- This function can use
-
If this function's body does not consist of solely one of two
@@ -1368,11 +1365,6 @@ handle_event(_, _, State, Data) ->
It is recommended to use an atom as
- This function can use
-
- This function can use
-
This callback is optional, so a callback module does not need
@@ -1477,10 +1464,14 @@ handle_event(_, _, State, Data) ->
This callback is optional, so a callback module does not need
to export it. The
+ If this callback is exported but fails,
+ to hide possibly sensitive data,
+ the default function will instead return
This function is called by a
- This function can use
-
- These functions can use
-
- This function can use
-