Error details for a particular device.
Definition at line 209 of file NvSIPLCommon.hpp.
Data Fields | |
std::unique_ptr< uint8_t[]> | upErrorBuffer |
Buffer which will be filled by driver with error information. More... | |
size_t | bufferSize |
Holds the maximum size of error data which can be contained in the buffer. More... | |
size_t | sizeWritten |
Holds size of error written to the buffer, filled by driver. More... | |
size_t nvsipl::SIPLErrorDetails::bufferSize |
Holds the maximum size of error data which can be contained in the buffer.
Definition at line 219 of file NvSIPLCommon.hpp.
size_t nvsipl::SIPLErrorDetails::sizeWritten |
Holds size of error written to the buffer, filled by driver.
Definition at line 224 of file NvSIPLCommon.hpp.
std::unique_ptr<uint8_t []> nvsipl::SIPLErrorDetails::upErrorBuffer |
Buffer which will be filled by driver with error information.
Expected to be initialized by the client with size bufferSize.
Definition at line 214 of file NvSIPLCommon.hpp.