dtect Security API
Status PageDashboard
Status PageDashboard
  1. Frontend SDK
  • Getting Started
    • Introduction
    • Security Features
    • Security Request
    • API Credentials
  • Frontend SDK
    • Introduction
    • Quality Questions & AI Detection
    • React
    • JavaScript
    • Error List
  • Security Token
    • Introduction
    • Retrieve Security Result using Security Token
      GET
  1. Frontend SDK

Error List

This page lists the possible errors you might encounter while using the dtect Security API Frontend SDK.
For information on handling these errors in your code, please refer to the relevant SDK documentation:
React
Javascript

Initialization (init() OR <SecurityAPIProvider />)#

ErrorMessageDescription
MISSING_CREDENTIALSMissing Public Client ID or Public API KeyPlease provide valid Public Client ID and Public API Key when initializing our package.
INVALID_CREDENTIALSInvalid Public Client ID or Public API KeyEnsure you are using valid Public Client ID and Public API Key.
SDK_INIT_ERRORInternal Server Error during SDK InitializationAn unexpected error occurred on our servers during SDK initialization.
DUPLICATE_INITIALIZATIONMultiple SDK Initializations DetectedYou should initialize our package only once.
MAINTENANCE_MODEAPI Under MaintenanceThe API is currently undergoing maintenance and will be available again shortly.
RATE_LIMIT_REACHEDToo many requests. Rate limit exceeded.This operation was blocked due to rate limiting. Please implement retry logic.

Security Token and Result Retrieval (getSecurityToken(), getSecurityResult())#

ErrorMessageDescription
NOT_INITIALIZEDSDK Not InitializedThe SDK must be initialized before calling this function.
INTERNAL_SERVER_ERRORInternal Server Error during API RequestAn unexpected error occurred on our servers during the API request. Check server logs for details.
FAILED_TO_GET_SECURITY_TOKENFailed to Generate Security TokenAn error occurred while generating the Security Token.
FAILED_TO_GET_SECURITY_RESULTFailed to Retrieve Security ResultAn error occurred while retrieving the Security Result.
MAINTENANCE_MODEAPI Under MaintenanceThe API is currently undergoing maintenance and will be available again shortly.
RATE_LIMIT_REACHEDToo many requests. Rate limit exceeded.This operation was blocked due to rate limiting. Please implement retry logic.
Encountered an error not listed here? Please email us at support@dtect.io
Previous
JavaScript
Next
Introduction