developer

As we transition from plenigo to Frisbii Media, you may still encounter the name "plenigo" throughout this documentation. This is simply due to the ongoing rebranding process - rest assured, plenigo and Frisbii Media are the same platform. All functionalities, APIs, and integrations remain unchanged. We appreciate your understanding and are excited to continue supporting you under our new name!

Error handling

All the errors are handled through the com.plenigo.sdk.PlenigoException object, which extends java.lang.Exception meaning you are required to catch/throw it, the SDK helps you with many formatting errors and validations, but it is advised to catch this exception for any other types of error that might happen like access token expiration, etc.