If any issues are discovered while sending a message via API script, it will owner-say the following errors:

From ‘Regular’ and ‘Customized’ scripts:

  • ERR(inv) — More than one API script is in the inventory.
  • ERR(lnk) — Message is sent from a different link number.
  • ERR(xow) — Regular API script attempts to target cross-owner device or avatar.
  • ERR(exc) — Message contains "!" character. (The message follows).
  • ERR(len) — Message is longer than 300 characters. (The message follows).
  • ERR(cnt) — Message contains more than 40 ;-delimited commands. (The message follows).

From ‘Customized’ scripts only:

  • ERR(def) — Defective ‘Customized’ API script. Please contact the Aeros team for a replacement.
  • ERR(cre)API script is placed in a non-authorized creator prim.
  • ERR(fmt) — Message is not properly formatted: no signature or nonce.
  • ERR(sig) — Signature is wrong.

Any errors in command names or values will simply be ignored.