GLError

I should make different enums/struct to represent different kind of errors

Constructors

this
this(Flag error_flag, string msg, string func_name)
Undocumented in source.
this
this(string func, Flag error_flag, string msg)
Undocumented in source.

Members

Enums

Flag
enum Flag
Undocumented in source.

Functions

append
GLError append(GLError error)
Undocumented in source. Be warned that the author may not have intended to support it.
append
GLError append(string msg)
Undocumented in source. Be warned that the author may not have intended to support it.
append_fnc
GLError append_fnc(string fnc_name)
Undocumented in source. Be warned that the author may not have intended to support it.
default_msg
string default_msg()
Undocumented in source. Be warned that the author may not have intended to support it.
is_error
bool is_error()
Undocumented in source. Be warned that the author may not have intended to support it.
opCast
bool opCast()
Undocumented in source. Be warned that the author may not have intended to support it.
to_error_msg
string to_error_msg()
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin injectEnum!Flag
Undocumented in source.

Static functions

no_error
GLError no_error()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

error_flag
Flag error_flag;
Undocumented in source.
fnc
string fnc;
Undocumented in source.
msg
string msg;
Undocumented in source.

Meta