Skip to main content

Understanding SDK Errors

Within Particle Network’s SDKs, errors are almost always caught for SDK-related issues, meaning problems related to configuration, compatibility, initialization, etc. For non-SDK related issues that may stem from external factors within your application (such as webpack/vite/etc. configurations, npm or yarn problems, etc.), you’ll need to troubleshoot these manually or reach out to us through the Particle Network Discord. Additionally, the error you’re looking for may be present within Common API Errors.

Particle Auth/Connect


Particle AA SDK


More targeted error codes may present themselves while using the SDK

These aren’t covered within this document (example: personalSign error: {specific error description}) and often stem from parameter issues or underlying RPC errors (see Common API Errors).