# Calibration Module Status Codes (22000-22999)
Each status code corresponds to a possible outcome of an operation. Users can use these status codes to determine the result of their requests.
# Error Handling
In API calls, you may encounter the following calibration module status codes, each indicating a potential error type. Here are common error types and suggested handling approaches:
# Calibration Module-Related Status Codes (22000-22999)
# 22000 Illegal Index
- Description: The request contains an illegal index.
- Solution: Verify the index value in the request to ensure it is within the valid range, and fix any issues that could cause an illegal index.
# 22001 High Current Bit Error Rate
- Description: The current bit error rate (BER) of the system exceeds the threshold.
- Solution: Check the system performance and connections to ensure normal network and device conditions, and fix any issues that could cause a high BER.
# 22002 Parameter Out of Full Color Gamut Range
- Description: One or more parameter values are outside the full color gamut range.
- Solution: Verify the parameter values to ensure they are within the full color gamut range, and fix any issues that could cause parameter value boundaries to be exceeded.
These handling suggestions are for reference only, and specific actions may vary based on actual circumstances. When encountering issues, investigate according to the specific situation and take appropriate measures.