Exception class for resource file handling errors.
More...
#include <giomm/resource.h>
Exception class for resource file handling errors.
- Since glibmm 2.34
◆ Code
An error code used with G_RESOURCE_ERROR in a Error returned from a Resource routine.
- Since glibmm 2.34
Enumerator |
---|
NOT_FOUND | No file was found at the requested path.
|
INTERNAL | Unknown error.
|
◆ ResourceError() [1/2]
Gio::ResourceError::ResourceError |
( |
Code | error_code, |
|
|
const Glib::ustring & | error_message ) |
◆ ResourceError() [2/2]
Gio::ResourceError::ResourceError |
( |
GError * | gobject | ) |
|
|
explicit |
◆ code()
Code Gio::ResourceError::code |
( |
| ) |
const |