Mysql::Error object method
[Source]
/*------------------------------- * Mysql::Error object method */ static VALUE error_error(VALUE obj) { return rb_iv_get(obj, "mesg"); }
[Validate]