INVALID_PARAM
Error Cause
Request parameter error, the passed parameters' format, type, or values do not meet API requirements.
Solutions
- Check if all required parameters are provided
- Verify if parameter types are correct (string, number, boolean, etc.)
- Confirm if parameter values are within allowed ranges
- Refer to API documentation to confirm parameter format requirements
- Check if parameter names are correct, pay attention to case sensitivity