| Previous | Next |
| ippStsInvalidCryptoKeyErr | ippStsBadModulusErr |
ippStsLengthErr
This status is a length-contract failure. The value passed as a string length, data length, or element count is not acceptable for the specific primitive.
The important diagnostic detail is the unit. Many bugs come from mixing bytes, characters, code units, samples, pixels or array elements.
Diagnostic focus
- Confirm the expected unit for the length argument in the exact IPP primitive.
- Check signed-to-unsigned conversions and integer truncation before the call.
- Verify that the length describes the accessible buffer, not only the logical payload.
Looking for a different code? Search another status or error code.
