Wise App
  • Wise API Integration
    • Getting Started with Wise APIs
    • API Authentication
    • API Endpoints
    • SSO Integration
    • Webhooks Integration
      • Webhook Retry Mechanism
      • Webhook Event Samples
        • Participant Joined Meeting Event
        • Sharing Stared In Meeting Event
        • Participant Left Meeting Event
        • Sharing Ended In Meeting Event
        • Meeting Started Event
        • Meeting Ended Event
        • Recording Completed Event
        • Certificate Issued Event
        • Attendance Computed Event
        • Student Added To Classroom Event
        • Teacher Added To Classroom Event
        • Student Removed From Classroom Event
        • Teacher Removed From Classroom Event
        • Student Suspension Updated Event
        • Fee Payment Completed Event
        • Fee Invoice Charged Event
        • Sessions Created Event
        • Sessions Updated Event
        • Sessions Deleted Event
    • Rate Limits and Usage Quotas
    • Common Errors
  • Wise Data Storage Policy
  • Wise Android & IOS SDKs
    • Wise Android SDK (Kotlin)
    • Wise Android SDK (Java)
    • Wise Flutter SDK
    • Wise Flutter SDK - iOS Integration
  • Third Party Integrations
    • Custom Payment Gateway Integration
      • Razorpay Payments
      • Stripe Payments
    • AWS S3 storage
    • Custom Email
Powered by GitBook
On this page
  1. Wise API Integration

Common Errors

This section equips you with the knowledge to identify and troubleshoot common error scenarios.

Even with careful integration, you may encounter occasional errors while interacting with the Wise API.

Error Codes and Meanings:

The API utilizes standard HTTP status codes and custom error codes to communicate the nature of the error encountered. Here's a breakdown of some common error codes you might encounter:

  • 400 Bad Request: This indicates a problem with your request formatting, missing required parameters, or invalid data.

  • 401 Unauthorized: Your API credentials are invalid, missing, or have insufficient permissions for the requested action.

  • 403 Forbidden: Your API key may have limited access, or the requested resource may be forbidden for your account.

  • 404 Not Found: The requested resource (user, course, etc.) could not be found on the platform.

  • 429 Too Many Requests: You have exceeded the rate limit for your API key. Reduce your request frequency or wait for the rate limit window to reset.

  • 500 Internal Server Error: An unexpected error occurred on the server side. Retry your request later.

PreviousRate Limits and Usage QuotasNextWise Data Storage Policy

Last updated 10 months ago