0-99 - Called a Deprecated Method

0-99 - Called a Deprecated Method

Possible Causes

The user has called a deprecated method.

Troubleshooting and Resolution Steps

Check the user’s code for any methods that are marked as @Deprecated in the current version being used. If found, replace them with the corresponding methods; if not, you can ignore this.