Remove (or `[Obsolete]`) `int MySqlError.Code` and replace it with `MySqlErrorCode MySqlError.ErrorCode`. This provides a more informative property, and matches `MySqlException.ErrorCode`.