Troubleshooting - SDK Documentation

Welcome

This document provides troubleshooting guidance for the SDK.

We’ve compiled information to help you quickly identify and resolve common issues.

Core Issues

Let's start with some common problems.

Issue 1: Error Message: "Invalid Data Format" - This often indicates a problem with the data you're sending or receiving. Double-check your input values. Refer to the data format guidelines.

Issue 2: "NullPointerException" - This usually means you're trying to access a property or method of an object that hasn't been initialized or assigned a value.

Issue 3: "Timeout Error" - This could be due to slow network requests, server processing, or resource constraints. Check your network connection and server logs.

Troubleshooting Steps

Here's how to systematically troubleshoot:

Resources

Refer to the following resources for further assistance: