ErrorWrap
class ErrorWrap : Exception {
}
- this
this(void* err, bool unused)
- this
this(Quark domain, int code, string message)
A destructor is present on this object, but not explicitly documented in the source.
- cPtr
void* cPtr()
Get wrapped C GError pointer.
- copy
ErrorWrap copy()
Copy a an ErrorWrap object.
- matches
bool matches(Quark domain, int code)
Check whether @error has domain and code.
- code
int code [@property getter]
- code
int code [@property setter]
- domain
Quark domain [@property getter]
- domain
Quark domain [@property setter]
- message
string message [@property getter]
- message
string message [@property setter]
- newLiteral
ErrorWrap newLiteral(Quark domain, int code, string message)
Create a new ErrorWrap` object.
The glib.error.ErrorWrap structure contains information about an error that has occurred.