Skip to main content

FDK CLI Error Codes

List of common errors encountered when using the FDK CLI tool, along with their respective error codes, messages, possible causes, and troubleshooting steps.

Error Codes

  • FDK-0003: API_ERROR

    • Message: API server error
    • Possible Causes:
      • There is a network issue preventing communication with the API server.
    • Troubleshooting:
      • Ensure you have a stable network connection.
  • FDK-0004: NOT_KNOWN

    • Message: Something went wrong
    • Possible Causes:
      • An unknown error occurred.
    • Troubleshooting:
      • Check the logs for more details.
      • Retry command with --debug flag for more detailed logs
  • FDK-0012: DOWNGRADE_CLI_VERSION

    • Message:
      • Seems like the current Fynd Platform version is not compatible with the installed CLI version.
      • In order to continue with the current FP version, please use the previous version of CLI using the command: npm install -g @gofynd/[email protected]
    • Possible Causes:
      • The installed CLI version is not compatible with the current Fynd Platform version.
    • Troubleshooting:
      • Downgrade the CLI version using the provided command.
  • FDK-0010: LARGE_PAYLOAD

    • Message: File is too large to upload, please optimize it and retry!
    • Possible Causes:
      • The file being uploaded is too large.
    • Troubleshooting:
      • Optimize the file size and retry the upload.
  • FDK-0013: VPN_ISSUE

    • Message: This can be caused due to VPN or Firewall, please contact your network administrator or disable and retry.
    • Possible Causes:
      • VPN or Firewall is causing the issue.
    • Troubleshooting:
      • Disable VPN or Firewall and retry the operation.
      • Contact your network administrator if the issue persists.
  • FDK-0005: INVALID_INPUT

    • Message: Invalid options passed
    • Possible Causes:
      • Incorrect or invalid command options were used.
    • Troubleshooting:
      • Verify the command options and syntax.
      • Refer to the CLI documentation for the correct usage.
  • FDK-0006: INVALID_KEYS

    • Message: Invalid API Key/API Secret passed
    • Possible Causes:
      • The provided Extension API Key or API Secret is incorrect or invalid.
    • Troubleshooting:
      • Verify that the correct API Key and API Secret are being used.
      • Ensure the you have selected correct environment.
  • FDK-0008: NO_DEVELOPMENT_COMPANY

    • Message: Development account not found
    • Possible Causes:
      • No development account is associated with your organization.
    • Troubleshooting:
  • FDK-0015: ClOUDFLARE_CONNECTION_ISSUE

    • Message: Something wrong with Cloudflare tunnel, please pass --debug flag to get more details
    • Possible Causes:
      • There is an issue with the Cloudflare tunnel.
    • Troubleshooting:
      • Use the --debug flag to get more details and troubleshoot the issue.