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.
FDK-0003: API_ERROR
- Message: API server error
- Possible Causes: Network issue preventing communication with the API server.
- Troubleshooting: Ensure that you have a stable network connection.
FDK-0004: NOT_KNOWN
- Message: Something went wrong
- Possible Causes: An unknown error occurred
- Troubleshooting:
- Check logs for more details
- Retry command with
--debug
flag for more detailed logs
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 FDK CLI document 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: Create a new development account. Refer to Create Development Company for more details.
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-0012: DOWNGRADE_CLI_VERSION
- Message:
- Seems like the current Fynd Commerce 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/fdk-cli@3.0.4
- Possible Causes: The installed CLI version is not compatible with the current Fynd Commerce version.
- Troubleshooting: Downgrade the CLI version using the provided command.
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: Issue due to VPN or Firewall
- Troubleshooting:
- Disable VPN or Firewall and retry the operation.
- Contact your network administrator if the issue persists.
FDK-0015: ClOUDFLARE_CONNECTION_ISSUE
- Message: Something wrong with Cloudflare tunnel, please pass
--debug
flag to get more details - Possible Causes: Issue with the Cloudflare tunnel
- Troubleshooting: Use the
--debug
flag to get more details and troubleshoot the issue.