115 uint64_t errorBitmap_ = 0;
The VdmaError class represents an error that can occur during vector operations.
bool isOutOfRange() const
Check if the vector function received an out-of-range index parameter.
bool isOverflowed() const
Check if the vector function has encountered at least one overflow error.
VdmaError & setOutOfRange()
VdmaError & setUnderflowed()
bool isNotSupported() const
Check if the vector operation is not supported.
bool isInvalidOperation() const
Check if the vector operation was invalid.
VdmaError & setInvalidOperation()
VdmaError & setNotSupported()
VdmaError & setDeprecated()
bool isSuccessful() const
Check if the vector operation was successful.
VdmaError & setInvalidAddress()
bool isInvalidAddress() const
Check if the vector function input parameter has some invalid addresses.
bool isDeprecated() const
Check if the vector operation is deprecated.
bool isNan() const
Check if the vector function has encountered at least one NaN error.
bool isUnderflowed() const
Check if the vector function has encountered at least one underflow error.
VdmaError & setOverflowed()