AbstractStandardized error handler for all SDK operations.
Standardized error object with properties: data, message, method, params, sdkMethod, stack, status, success, url
This method processes errors from API calls and formats them consistently across the SDK. It extracts relevant error information including:
All errors thrown by SDK methods flow through this handler to ensure consistent error format.
Returns the configured Axios instance for making API calls to Topia's Public API.
The configured Axios client instance with authentication headers.
Abstract base controller that provides common functionality for all SDK controllers.
Remarks
This class should NOT be instantiated directly. It serves as the base class for all SDK controllers (World, Visitor, User, etc.) and provides:
Keywords
base, controller, sdk, authentication, api, abstract
Example