MicrosoftDocs / minecraft-creator

This is the repository for Minecraft Bedrock documentation.
Creative Commons Attribution 4.0 International
179 stars 131 forks source link

"This function can throw errors." #838

Open tryashtar opened 5 months ago

tryashtar commented 5 months ago

Describe the missing content A bunch of scripting docs say "this function can throw errors."

Example: https://learn.microsoft.com/en-us/minecraft/creator/scriptapi/minecraft/server/camera?view=minecraft-bedrock-stable

Unfortunately this isn't very clear. I'd like to see documentation for what kinds of errors are thrown, and under what circumstances. Documentation on the function preconditions would help a lot for ensuring our code is robust and won't unexpectedly throw an undocumented error down the line. Thanks!