WordPress database error: [INSERT, UPDATE command denied to user '51213-2'@'10.10.20.4' for table 'wp_options']
INSERT INTO `wp_options` (`option_name`, `option_value`, `autoload`) VALUES ('_transient_doing_cron', '1714482399.0867719650268554687500', 'yes') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)


Warning: Cannot modify header information - headers already sent by (output started at /home/lexiqued/www/WordPress/wp-includes/wp-db.php:1502) in /home/lexiqued/www/WordPress/wp-includes/rest-api/class-wp-rest-server.php on line 1372

Warning: Cannot modify header information - headers already sent by (output started at /home/lexiqued/www/WordPress/wp-includes/wp-db.php:1502) in /home/lexiqued/www/WordPress/wp-includes/rest-api/class-wp-rest-server.php on line 1372

Warning: Cannot modify header information - headers already sent by (output started at /home/lexiqued/www/WordPress/wp-includes/wp-db.php:1502) in /home/lexiqued/www/WordPress/wp-includes/rest-api/class-wp-rest-server.php on line 1372

Warning: Cannot modify header information - headers already sent by (output started at /home/lexiqued/www/WordPress/wp-includes/wp-db.php:1502) in /home/lexiqued/www/WordPress/wp-includes/rest-api/class-wp-rest-server.php on line 1372

Warning: Cannot modify header information - headers already sent by (output started at /home/lexiqued/www/WordPress/wp-includes/wp-db.php:1502) in /home/lexiqued/www/WordPress/wp-includes/rest-api/class-wp-rest-server.php on line 1372

Warning: Cannot modify header information - headers already sent by (output started at /home/lexiqued/www/WordPress/wp-includes/wp-db.php:1502) in /home/lexiqued/www/WordPress/wp-includes/rest-api/class-wp-rest-server.php on line 1372

Warning: Cannot modify header information - headers already sent by (output started at /home/lexiqued/www/WordPress/wp-includes/wp-db.php:1502) in /home/lexiqued/www/WordPress/wp-includes/rest-api/class-wp-rest-server.php on line 1372

Warning: Cannot modify header information - headers already sent by (output started at /home/lexiqued/www/WordPress/wp-includes/wp-db.php:1502) in /home/lexiqued/www/WordPress/wp-includes/rest-api/class-wp-rest-server.php on line 1372
{"id":1542,"date":"2015-07-25T12:11:08","date_gmt":"2015-07-25T10:11:08","guid":{"rendered":"http:\/\/www.jonathanantoine.com\/?p=1542"},"modified":"2015-07-25T12:12:26","modified_gmt":"2015-07-25T10:12:26","slug":"winrt-exceptions-how-to-know-what-the-hexadecimal-error-code-means","status":"publish","type":"post","link":"http:\/\/www.jonathanantoine.com\/2015\/07\/25\/winrt-exceptions-how-to-know-what-the-hexadecimal-error-code-means\/","title":{"rendered":"WinRT exceptions : how to know what the hexadecimal error code means"},"content":{"rendered":"

When working with the WinRT SDK you somethimes get exceptions from it with only an hexadecimal code to help you understand what the error is<\/strong>. Often, when you look for it on Google\/Bing, you end with no help and no way to fix the error. There is a way to know the associated error message !<\/strong>
\n<\/p>\n

<\/p>\n

I am talking about this kind of error messages : \u201cException thrown at 0x77694598 (KernelBase.dll) in MonAppli.Windows.exe: 0x40080201: WinRT originate error (parameters: 0x80072F19, 0x00000067, 0x0519EE60).\u201d I looked for every hexadecomal code without success.
\n\"Excception\"<\/p>\n

To get the message associated with this error, follow this procedure : <\/strong><\/p>\n