L4Re Operating System Framework
Interface and Usage Documentation
|
Exception used by Queue to indicate descriptor errors. More...
#include <virtio>
Public Types | |
enum | Error { Bad_address , Bad_rights , Bad_flags , Bad_next , Bad_size } |
The error code. More... | |
Public Member Functions | |
Bad_descriptor (Request_processor const *proc, Error e) | |
Make a bad descriptor exception. | |
char const * | message () const |
Get a human readable description of the error code. | |
Data Fields | |
Request_processor const * | proc |
The processor that triggered the exception. | |
|
inline |
|
inline |
Get a human readable description of the error code.
Definition at line 411 of file virtio.
References Bad_address, Bad_flags, Bad_next, Bad_rights, and Bad_size.