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
I want to split this into two separate issues. This one can be about renaming the variables. We already have an existing issue addressing err_chk (#294) and are still deciding how exactly to do it.
What new functionality do you need?
In order to use
err_chk
to be more EE2 compliant, variables such asstatus
should be replaced witherr
. This will make it easier to address #294.What are the requirements for the new functionality?
All cases of
stat
,status
, etc are replaced witherr
when representing a fatal error or a script-ending error.Acceptance Criteria
stat
,status
, etc, variables are for non-fatal errorsSuggest a solution (optional)
No response
The text was updated successfully, but these errors were encountered: