Indications that something’s not right
message
: A generic notification/diagnostic message produced by themessage
function; execution of the function continueswarning
: An indication that something is wrong but not necessarily fatal; execution of the function continues; generated by thewarning
functionerror
: An indication that a fatal problem has occurred; execution stops; produced by thestop
functioncondition
: A generic concept for indicating that something unexpected can occur; programmers can create their own conditions