You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds the `internal_error` atom from OTP for returning errors for "thing that shouldn't happen".
There are rare occasions where user inputs may be valid, but an internal operation fails for some
reason (potentially an internal bug to the VM, not the users application code). For example, this
may be an invalid internal state when setting the direction for a gpio pin. If the users inputs are
valid `internal_error` should be returned rather than `badarg`, which could mislead application
developers into chasing a bug in their application that isn't there.
Signed-off-by: Winford <[email protected]>
0 commit comments