NI Data Manipulation Error Code Family: Difference between revisions
Appearance
Added page |
m Remove redlinks for individual error code pages. |
||
Line 5: | Line 5: | ||
! Description | ! Description | ||
|- | |- | ||
| | | -1074100735 | ||
| The array index is invalid because it is larger than the array size. | | The array index is invalid because it is larger than the array size. | ||
|- | |- | ||
| | | -1074100734 | ||
| Insufficient number of scaling coefficients. | | Insufficient number of scaling coefficients. | ||
|- | |- | ||
| | | -1074100733 | ||
| Typecast type is invalid. | | Typecast type is invalid. | ||
|- | |- | ||
| | | -1074100732 | ||
| Invalid ptr. | | Invalid ptr. | ||
|- | |- | ||
| | | -1074100731 | ||
| Software Error in Data Manipulation Library. | | Software Error in Data Manipulation Library. | ||
|- | |- | ||
| | | -1074100730 | ||
| Data in element size is invalid | | Data in element size is invalid | ||
|- | |- | ||
| | | -1074100729 | ||
| Typecast type is invalid. | | Typecast type is invalid. | ||
|- | |- | ||
| | | -1074100728 | ||
| Scaling mode is invalid. | | Scaling mode is invalid. | ||
|- | |- | ||
| | | -1074100727 | ||
| The requested array size is invalid. | | The requested array size is invalid. | ||
|- | |- | ||
| | | -1074100726 | ||
| Array size is invalid. | | Array size is invalid. | ||
|- | |- | ||
| | | -1074100725 | ||
| Number of bits to shift is invalid. | | Number of bits to shift is invalid. | ||
|- | |- | ||
| | | -1074100724 | ||
| Alignment value is invalid. | | Alignment value is invalid. | ||
|- | |- | ||
| | | -1074100723 | ||
| Alignment strategy is invalid. | | Alignment strategy is invalid. | ||
|- | |- | ||
| | | -1074100722 | ||
| Pointer is misaligned. | | Pointer is misaligned. | ||
|- | |- | ||
| | | -1074100721 | ||
| Number of channels is unsupported. | | Number of channels is unsupported. | ||
|- | |- | ||
| | | -1074100720 | ||
| Input arrays overlap. | | Input arrays overlap. | ||
|- | |- | ||
| | | -1074100719 | ||
| Deinterleave factor is invalid. | | Deinterleave factor is invalid. | ||
|- | |- | ||
| | | -1074100718 | ||
| Packed width is unsupported. | | Packed width is unsupported. | ||
|- | |- | ||
| | | -1074100717 | ||
| Packing method is invalid. | | Packing method is invalid. | ||
|- | |- | ||
| | | -1074100716 | ||
| Selected packing method is not supported by the host CPU. | | Selected packing method is not supported by the host CPU. | ||
|- | |- | ||
| | | 1073382913 | ||
| Selected packing method is not supported by the host CPU. A slower fallback implementation was used. | | Selected packing method is not supported by the host CPU. A slower fallback implementation was used. | ||
|} | |} | ||
[[Category:Error Handling]] | [[Category:Error Handling]] |
Latest revision as of 15:58, 7 May 2023
Below are all of the Error Codes that belong to the NI Data Manipulation Error Code Family (see Error List for list of Families).
Code | Description |
---|---|
-1074100735 | The array index is invalid because it is larger than the array size. |
-1074100734 | Insufficient number of scaling coefficients. |
-1074100733 | Typecast type is invalid. |
-1074100732 | Invalid ptr. |
-1074100731 | Software Error in Data Manipulation Library. |
-1074100730 | Data in element size is invalid |
-1074100729 | Typecast type is invalid. |
-1074100728 | Scaling mode is invalid. |
-1074100727 | The requested array size is invalid. |
-1074100726 | Array size is invalid. |
-1074100725 | Number of bits to shift is invalid. |
-1074100724 | Alignment value is invalid. |
-1074100723 | Alignment strategy is invalid. |
-1074100722 | Pointer is misaligned. |
-1074100721 | Number of channels is unsupported. |
-1074100720 | Input arrays overlap. |
-1074100719 | Deinterleave factor is invalid. |
-1074100718 | Packed width is unsupported. |
-1074100717 | Packing method is invalid. |
-1074100716 | Selected packing method is not supported by the host CPU. |
1073382913 | Selected packing method is not supported by the host CPU. A slower fallback implementation was used. |