Bad request
The Bad Request error occurs when Command Code cannot process your CLI command due to invalid input or parameters. This error indicates that there is an issue with how the command was executed.
- Missing or incorrect command parameters.
- Invalid data format or structure in the input provided.
- Malformed configuration or settings.
- Encoding issues, such as improperly encoded characters in your input.
- Check Command Parameters: Verify that all required parameters are included and their values are valid according to the Command Code documentation.
- Validate Input Format: If your command includes structured data (e.g., JSON), validate that it follows the expected format without any syntax errors.
- Review Configuration: Check your Command Code configuration for correctness and completeness.
- Check Encoding: If dealing with special characters, ensure they are properly encoded (UTF-8).
Review your command and inputs to ensure they match the expected format described in the documentation.