Error Handling
Overview
Common Error Types
Error Category | Common Scenarios | Recommended Action |
---|---|---|
Authentication | All actions | Refresh authentication token or have user log in again |
Geofencing | Employee unable to perform actions from current location | |
Network | Components show loading state indefinitely | |
Rate Limiting | Bulk operations failing | Add delay to your API calls |
Permission | Manager can't edit employee schedules | Verify user's role and permissions |
Configuration | Components do not load | An error with your partner settings, permissions or configuration |
Payroll | Payroll sync not working | Payroll settings were changed by the user or payroll integration key is invalid |
Handling API Response Errors
đź’ˇ