ReadonlycodeUse the error code to identify a specific error programatically.
ERROR_CODES for a comprehensive list of possible error codes in this SDK version.
Optional ReadonlystackSome environments provide a stack trace that is attached to any error.
DittoErroris a subclass of the default JavascriptError. You can identify specific errors programatically using the code property.Please reference ERROR_CODES for a comprehensive list of possible error codes in this SDK version.
Example
Handling a specific error code: