Skip to content

Documentation ToDo

Flynn Duniho edited this page May 29, 2024 · 2 revisions

DOCUMENTATION TODO

In the recent UNISYS updates, the following were logged:

  • Messager Call options = { callerUID, callerReturnFunc }
  • handler functions have a udata_id property
  • Style: spread function declarations out with spaces in parameters, everywhere else just crunch em!
  • Difference between Handler Functions vs Caller Return Functions
  • For a Caller Return function, it can receive data AND an error object. If there is no error, error is undefined.
  • If there is an error to be reported, return the .error property set to a string, and unset all other properties so they are invalid
  • Style: mesgName, not mesg or msgName or msg
Clone this wiki locally