PCC-02477
Incompatible buffer type to read from or write into VECTOR
Cause
This error can occur in either of the following scenarios:
- Reading data from a vector descriptor into a buffer whose type is not compatible with the VECTOR type.
- Writing data into a vector descriptor from a buffer whose type is not compatible with the VECTOR type.
Action
Specify a valid buffer to perform the vector operation.